From 2723ba9efa4a77464b729b7761af5ea58bb3cdb4 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 2 Oct 2012 10:22:29 +0200 Subject: [PATCH] drop log call when trying to source /etc/grml/grml-live.conf We don't have log() available at that stage yet. --- grml-live | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/grml-live b/grml-live index 1aad976..a6dcafb 100755 --- a/grml-live +++ b/grml-live @@ -148,9 +148,8 @@ fi # source main configuration file: LIVE_CONF=/etc/grml/grml-live.conf if ! [ -r "$LIVE_CONF" ] ; then - log "Configuration file $LIVE_CONF can not be read, ignoring" + ewarn "Configuration file $LIVE_CONF can not be read, ignoring" else - log "Sourcing configuration file $LIVE_CONF" einfo "Sourcing configuration file $LIVE_CONF" . $LIVE_CONF eend $? -- 2.1.4