]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - mod-condecor.sh
add debug and verbose output
[projects/geninitrd.git] / mod-condecor.sh
index 0b4c30db5a1ce4cd423d3d0ac698d348e8188a98..dc0cca12a8756b7ba1af9ce4b4bc30b4be674b5c 100644 (file)
@@ -26,7 +26,7 @@ initrd_gen_fbcondecor() {
        if ! is_yes "$FB_CON_DECOR"; then
                return
        fi
-       debug "Generating fbcondecor"
+       verbose "Generating fbcondecor"
 
        if [ -r /etc/sysconfig/splash ]; then
                . /etc/sysconfig/splash
@@ -48,7 +48,7 @@ initrd_gen_fbcondecor() {
        for res in $FB_SPLASH_RESOLUTIONS; do
                if [ -f "/etc/splash/$SPLASH_THEME/$res.cfg" ]; then
                        $condecor_geninitramfs -c $DESTDIR -r $res $SPLASH_THEME && \
-                       debug "Added $res $SPLASH_THEME theme to initramfs."
+                       verbose "Added $res $SPLASH_THEME theme to initramfs."
                else
                        warn "/etc/splash/$SPLASH_THEME/$res.cfg doesn't exist, skipped"
                fi
This page took 0.03366 seconds and 4 git commands to generate.