Skip to content

Commit 1114392

Browse files
committed
merge
1 parent 875adeb commit 1114392

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ConsumerFMQchannel.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ class ConsumerFMQchannel: public Consumer {
7878
std::string cfgChannelAddress="ipc:///tmp/pipe-readout";
7979
cfg.getOptionalValue<std::string>(cfgEntryPoint + ".channelAddress", cfgChannelAddress);
8080

81-
theLog.log("Using FairMQ session name: %s", cfgSessionName.c_str());
82-
theLog.log("Creating FMQ TX channel %s type %s:%s @ %s",cfgChannelName.c_str(),cfgTransportType.c_str(),cfgChannelType.c_str(),cfgChannelAddress.c_str());
81+
theLog.log("Creating FMQ (session %s) TX channel %s type %s:%s @ %s", cfgSessionName.c_str(), cfgChannelName.c_str(),cfgTransportType.c_str(),cfgChannelType.c_str(),cfgChannelAddress.c_str());
8382

8483
FairMQProgOptions fmqOptions;
8584
fmqOptions.SetValue<std::string>("session", cfgSessionName);

0 commit comments

Comments
 (0)