init: trivial compile fix
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 27 Feb 2007 19:20:00 +0000 (19:20 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 27 Feb 2007 19:20:00 +0000 (19:20 -0000)
init/init.c

index ec18332fb116bedbbd277c1bd681680b98f115f2..bc8979859d46d91791f2dc16ed9c444646e9129a 100644 (file)
@@ -987,7 +987,8 @@ int init_main(int argc, char **argv)
                } else if (enforce > 0) {
                        /* SELinux in enforcing mode but load_policy failed */
                        /* At this point, we probably can't open /dev/console, so log() won't work */
-                       message(CONSOLE, "Cannot load SELinux Policy. Machine is in enforcing mode. Halting now.");
+                       message(L_CONSOLE, "Cannot load SELinux Policy. "
+                               "Machine is in enforcing mode. Halting now.");
                        exit(1);
                }
        }
@@ -1014,7 +1015,6 @@ int init_main(int argc, char **argv)
        signal(SIGHUP, SIG_IGN);
 #endif /* FEATURE_USE_INITTAB */
 
-
        /* Now run the looping stuff for the rest of forever */
        while (1) {
                /* run the respawn stuff */