Try and make it clearer that the static units thing is a FYI only.
This commit is contained in:
parent
c586bc8e57
commit
3c36aab606
@ -107,7 +107,7 @@ do_header(char *dev, int match)
|
||||
file = toheader(dev);
|
||||
name = tomacro(dev);
|
||||
if (match)
|
||||
printf("Note: static unit limits for %s are set (%s = %d)\n", dev, name, count);
|
||||
printf("FYI: static unit limits for %s are set: %s=%d\n", dev, name, count);
|
||||
remember(file);
|
||||
inf = fopen(file, "r");
|
||||
oldcount = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user