diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2012-02-20 19:07:54 -0600 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2012-02-20 19:07:54 -0600 |
commit | 3c602e7422019430737cbf67f26f9cc30fb00f87 (patch) | |
tree | 037357d50c138f7ed66d4b3bb0039cc5ab9cc1b2 /src | |
parent | e4146c094546e5d8e8a48b48636586c5e21ad509 (diff) |
remove the warning about falling back to autodetection
Diffstat (limited to 'src')
-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); |