diff options
author | Roy Marples <roy@marples.name> | 2007-07-10 13:15:07 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-07-10 13:15:07 +0000 |
commit | 7bb24d8058d02e0ad89dc083562c8a6ff086cea2 (patch) | |
tree | efead75c10def2cf6c56128e34a2b85769012f71 /src | |
parent | 1cda2a2036bce068a01b6724d89c63c7f51cb7a8 (diff) |
Remove a debug line
Diffstat (limited to 'src')
-rw-r--r-- | src/rc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 (); |