summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-07-09 10:27:38 +0100
committerRoy Marples <roy@marples.name>2019-07-09 10:27:38 +0100
commit6839a551720b59ebfe7c4af94e395bcdcdde1d8a (patch)
treeea899646d4bc83aa3a818a2381d21207c361fa9e /hooks
parent3c63199ffd5a7896b119f2e83a1bfbc79a5cbe8a (diff)
downloaddhcpcd-6839a551720b59ebfe7c4af94e395bcdcdde1d8a.tar.xz
10-wpa_supplicant: Correct stop diagnostic
Diffstat (limited to 'hooks')
-rw-r--r--hooks/10-wpa_supplicant2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/10-wpa_supplicant b/hooks/10-wpa_supplicant
index 6249385d..309c7625 100644
--- a/hooks/10-wpa_supplicant
+++ b/hooks/10-wpa_supplicant
@@ -93,7 +93,7 @@ wpa_supplicant_stop()
err=$(wpa_cli -i"$interface" terminate 2>&1)
errn=$?
if [ $errn != 0 ]; then
- syslog err "failed to start wpa_supplicant"
+ syslog err "failed to stop wpa_supplicant"
syslog err "$err"
fi
return $errn