init: trivial compile fix
diff --git a/init/init.c b/init/init.c
index ec18332..bc89798 100644
--- a/init/init.c
+++ b/init/init.c
@@ -987,7 +987,8 @@
 		} 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 @@
 	signal(SIGHUP, SIG_IGN);
 #endif /* FEATURE_USE_INITTAB */
 
-
 	/* Now run the looping stuff for the rest of forever */
 	while (1) {
 		/* run the respawn stuff */