dracut-logger: don't debug log "return 0" of dlog()

This commit is contained in:
Harald Hoyer 2011-03-17 12:16:33 +01:00
parent 1e64e4939f
commit 519d339233

View File

@ -294,8 +294,7 @@ dlog() {
_do_dlog "$1" "$line"
done
fi
[ -n "$debug" ] && set -x
return 0
[ -n "$debug" ] && set -x || :
}
## @brief Logs message at TRACE level (6)