From 3af57966d0090220d91f35164c861c43d755eb7d Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 13 Sep 2015 11:06:38 +0200 Subject: [PATCH] log clientID used for Hosted --- ot-recorder.c | 3 +++ 1 file changed, 3 insertions(+) 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) {