diff --git a/ot-recorder.c b/ot-recorder.c index e52ea09..1ddd11a 100644 --- a/ot-recorder.c +++ b/ot-recorder.c @@ -999,6 +999,9 @@ int main(int argc, char **argv) } + if (hosted) { + olog(LOG_NOTICE, "connecting to Hosted as clientID %s", utstring_body(clientid)); + } rc = mosquitto_connect(mosq, hostname, port, 60); if (rc) {