提交 ea041906 编写于 作者: B Bastian Bittorf

olsrd: init: cosmetics: always include to name of the script in logoutput

上级 ea90929d
......@@ -21,11 +21,11 @@ N='
'
log() {
logger -t olsrd -p daemon.info -s "$1"
logger -t olsrd -p daemon.info -s "${initscript}: $@"
}
error() {
log "error() ${initscript}: $@"
log "ERROR: $@"
}
validate_varname() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册