1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71882

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;