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