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

This commit is contained in:
Bastian Bittorf
2013-04-19 14:35:05 +02:00
parent ea90929d76
commit ea04190617
+2 -2
View File
@@ -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() {