Skip to content

Commit 465086e

Browse files
author
kx1t
committed
minor log fix
1 parent cfaa658 commit 465086e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rootfs/usr/share/plane-alert/plane-alert.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ then
501501
MQTT_HOST="${MQTT_HOST%:*}" # finally strip the host so there's only a hostname or ip address
502502

503503
# log the message we are going to send:
504-
"${s6wrap[@]}" echo "pting to send a MQTT notification:"
505-
"${s6wrap[@]}" echo "TT_HOST}"
504+
"${s6wrap[@]}" echo "Attempting to send a MQTT notification:"
505+
"${s6wrap[@]}" echo "MQTT Host: ${MQTT_HOST}"
506506
"${s6wrap[@]}" echo "MQTT Port: ${MQTT_PORT:-1883}"
507507
"${s6wrap[@]}" echo "MQTT Topic: ${MQTT_TOPIC}"
508508
"${s6wrap[@]}" echo "MQTT Client ID: ${MQTT_CLIENT_ID:-$(hostname)}"

0 commit comments

Comments
 (0)