remove the warning about falling back to autodetection
This commit is contained in:
parent
e4146c0945
commit
3c602e7422
@ -831,7 +831,6 @@ main(int argc, char **argv)
|
|||||||
if (bootlevel)
|
if (bootlevel)
|
||||||
printf("%s\n", bootlevel);
|
printf("%s\n", bootlevel);
|
||||||
} else {
|
} else {
|
||||||
ewarn("WARNING: rc_sys not defined in rc.conf. Falling back to automatic detection");
|
|
||||||
bootlevel = rc_sys_v1();
|
bootlevel = rc_sys_v1();
|
||||||
if (bootlevel)
|
if (bootlevel)
|
||||||
printf("%s\n", bootlevel);
|
printf("%s\n", bootlevel);
|
||||||
|
Loading…
Reference in New Issue
Block a user