diff options
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r-- | src/rc/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index 11170b4d..ed06bf76 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -831,7 +831,7 @@ int main(int argc, char **argv) } if (strcmp(applet, "rc") == 0) - ewarnv("rc is deprecated, please use openrc instead."); + ewarn("rc is deprecated, please use openrc instead."); newlevel = argv[optind++]; /* To make life easier, we only have the shutdown runlevel as * nothing really needs to know that we're rebooting. |