mirror of
https://github.com/openwrt/routing.git
synced 2026-07-16 23:21:54 +04:00
olsrd: init: cosmetics: always include to name of the script in logoutput
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user