remove the warning about falling back to autodetection

This commit is contained in:
Jory A. Pratt 2012-02-20 19:07:54 -06:00
parent e4146c0945
commit 3c602e7422

View File

@ -831,7 +831,6 @@ main(int argc, char **argv)
if (bootlevel)
printf("%s\n", bootlevel);
} else {
ewarn("WARNING: rc_sys not defined in rc.conf. Falling back to automatic detection");
bootlevel = rc_sys_v1();
if (bootlevel)
printf("%s\n", bootlevel);