summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jankowski <shasta@toxcorp.com>2018-01-08 04:17:33 +0100
committerRobby Workman <rworkman@slackware.com>2018-05-24 01:23:40 -0500
commitd97ffe48193b1dfa704caf1896075702686e66c4 (patch)
tree5df0d36b4f6dd7b49a4ea7fca33d9d5b436e404b
parent85adf99d2f9319415d9684be75a4d7793864d2c2 (diff)
downloadslacknetsetup-d97ffe48193b1dfa704caf1896075702686e66c4.tar.xz
More consistent logging
Signed-off-by: Jakub Jankowski <shasta@toxcorp.com>
-rw-r--r--rc.wireless4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.wireless b/rc.wireless
index 9113f36..1b4b6f9 100644
--- a/rc.wireless
+++ b/rc.wireless
@@ -271,7 +271,7 @@ if [ -n "$IWPRIV" ] ; then
echo "${IWPRIV}|" | \
while read -d '|' iwi; do
if [ -n "$iwi" ]; then
- echo "$0: '$IWPRIVCMD $iwi'" | $LOGGER
+ echo "$0: $IWPRIVCMD $iwi" | $LOGGER
$IWPRIVCMD $iwi
fi
done
@@ -315,7 +315,7 @@ if [ "$WPA" = "wpa_supplicant" ] || [ "$WPA" = "wpaxsupplicant" ] && [ -x ${SUPP
fi
done
if [ $wi -eq $WPAWAIT ]; then
- echo "WPA authentication did not complete, try running '/etc/rc.d/rc.inet1 ${INTERFACE}_start' in a few seconds." | $LOGGER
+ echo "$0: WPA authentication did not complete, try running '/etc/rc.d/rc.inet1 ${INTERFACE}_start' in a few seconds." | $LOGGER
fi
# Bring interface up to avoid 'not ready' errors when calling iwconfig
$IFCOMMAND up