diff options
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/rc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index 77d2c6d4..40b62932 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -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); |