loginit: fix loglevel
authorHarald Hoyer <harald@redhat.com>
Wed, 6 Apr 2011 14:24:17 +0000 (16:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 8 Apr 2011 08:39:40 +0000 (10:39 +0200)
modules.d/99base/loginit

index a6908d0..5ac2bbe 100755 (executable)
@@ -15,7 +15,7 @@ while read line; do
         > /run/initramfs/init.log.end
         exit 0
     fi
-    echo "<7>dracut: $line" >&5
+    echo "<31>dracut: $line" >&5
     # if "quiet" is specified we output to /dev/console
     [ -n "$QUIET" ] && echo "dracut: $line" 
     echo "$line" >&6