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
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@ N='
' '
log() { log() {
logger -t olsrd -p daemon.info -s "$1" logger -t olsrd -p daemon.info -s "${initscript}: $@"
} }
error() { error() {
log "error() ${initscript}: $@" log "ERROR: $@"
} }
validate_varname() { validate_varname() {