aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rc.c b/src/rc.c
index f3e1cac2..0f55a995 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -861,7 +861,6 @@ int main (int argc, char **argv)
(strcmp (RUNLEVEL, "S") != 0 &&
strcmp (RUNLEVEL, "1") != 0))
{
- einfo ("Setting %s", runlevel);
/* Remember the current runlevel for when we come back */
set_ksoftlevel (runlevel);
single_user ();