We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2612e1 commit 367ba79Copy full SHA for 367ba79
1 file changed
src/InfoLoggerDispatchBrowser.cxx
@@ -82,7 +82,8 @@ InfoLoggerDispatchOnlineBrowser::InfoLoggerDispatchOnlineBrowser(ConfigInfoLogge
82
throw __LINE__;
83
}
84
//theLog.info("%s() success\n",__FUNCTION__);
85
-
+ theLog->info("Publishing online messages on port %d", theConfig->serverPortTx);
86
+
87
// enable customloop callback
88
isReady = true;
89
0 commit comments