From: Michael Prokop Date: Tue, 2 Oct 2012 08:22:29 +0000 (+0200) Subject: drop log call when trying to source /etc/grml/grml-live.conf X-Git-Tag: v0.19.8~2 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=2723ba9efa4a77464b729b7761af5ea58bb3cdb4 drop log call when trying to source /etc/grml/grml-live.conf We don't have log() available at that stage yet. --- 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 $?