X-Git-Url: https://git.rvb.name/openhab-process.git/blobdiff_plain/e45fbbdab6046a52069555acca03c2cdad6896a6..254111f3712b8ac6dceeffe2518340e8ada36888:/mqtt-bt/bt-proximity

diff --git a/mqtt-bt/bt-proximity b/mqtt-bt/bt-proximity
index bfbbfdb..c2c85d4 100755
--- a/mqtt-bt/bt-proximity
+++ b/mqtt-bt/bt-proximity
@@ -15,6 +15,7 @@ do
     if [ "$?" = "0" ]
     then
       mosquitto_pub -h $mqtt_host -p $mqtt_port -u $mqtt_user -P $mqtt_passwd -t $mqtt_topic/$user -m $host
+      logger -t bt-proximity "$mac ($user) detected by $host"
     fi
   fi