mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-23 11:26:16 +00:00
log clientID used for Hosted
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user