SW: Drop makedev from all GRML_* classes
[grml-live.git] / grml-live
index a7db0d8..a6dcafb 100755 (executable)
--- 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 "Confuguration 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 $?