aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-10 13:15:07 +0000
committerRoy Marples <roy@marples.name>2007-07-10 13:15:07 +0000
commit7bb24d8058d02e0ad89dc083562c8a6ff086cea2 (patch)
treeefead75c10def2cf6c56128e34a2b85769012f71 /src
parent1cda2a2036bce068a01b6724d89c63c7f51cb7a8 (diff)
Remove a debug line
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 ();