Try and make it clearer that the static units thing is a FYI only.

This commit is contained in:
Peter Wemm 2001-01-31 11:18:49 +00:00
parent c586bc8e57
commit 3c36aab606
1 changed files with 1 additions and 1 deletions

View File

@ -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;