diff --git a/hc2mqtt b/hc2mqtt index 98ec684..fdf08aa 100755 --- a/hc2mqtt +++ b/hc2mqtt @@ -194,7 +194,7 @@ def client_connect(client, device, mqtt_topic): ) except Exception as e: - print(device["name"], "hc2mqtt", e, file=sys.stderr) + print(device["name"], "ERROR", e, file=sys.stderr) time.sleep(57)