log clientID used for Hosted

This commit is contained in:
Jan-Piet Mens
2015-09-13 11:06:38 +02:00
parent f39c0d14fc
commit 3af57966d0
+3
View File
@@ -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) {