Remove a debug line

This commit is contained in:
Roy Marples 2007-07-10 13:15:07 +00:00
parent 1cda2a2036
commit 7bb24d8058

View File

@ -861,7 +861,6 @@ int main (int argc, char **argv)
(strcmp (RUNLEVEL, "S") != 0 && (strcmp (RUNLEVEL, "S") != 0 &&
strcmp (RUNLEVEL, "1") != 0)) strcmp (RUNLEVEL, "1") != 0))
{ {
einfo ("Setting %s", runlevel);
/* Remember the current runlevel for when we come back */ /* Remember the current runlevel for when we come back */
set_ksoftlevel (runlevel); set_ksoftlevel (runlevel);
single_user (); single_user ();