Skip to content

Commit 367ba79

Browse files
committed
log port on startup
1 parent c2612e1 commit 367ba79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/InfoLoggerDispatchBrowser.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ InfoLoggerDispatchOnlineBrowser::InfoLoggerDispatchOnlineBrowser(ConfigInfoLogge
8282
throw __LINE__;
8383
}
8484
//theLog.info("%s() success\n",__FUNCTION__);
85-
85+
theLog->info("Publishing online messages on port %d", theConfig->serverPortTx);
86+
8687
// enable customloop callback
8788
isReady = true;
8889
}

0 commit comments

Comments
 (0)