Skip to content
Snippets Groups Projects
Commit 00115ddf authored by sandeep sharma's avatar sandeep sharma
Browse files

Revert "netifd: Hostapd warning message moved to syslog"

This reverts commit 07772f63.
parent 07772f63
Branches
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ _wireless_add_process() {
[ -n "$3" ] && json_add_boolean required 1
[ -n "$4" ] && json_add_boolean keep 1
exe2="$(readlink -f /proc/$1/exe)"
[ "$exe" != "$exe2" ] && logger "WARNING (wireless_add_process): executable path $exe does not match process $1 path ($exe2)"
[ "$exe" != "$exe2" ] && echo "WARNING (wireless_add_process): executable path $exe does not match process $1 path ($exe2)"
_wdev_notify
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment