Skip to content

Commit fa79907

Browse files
committed
fix
1 parent 904dd80 commit fa79907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/CTP/workflowScalers/src/RunManager.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ int CTPRunManager::processMessage(std::string& topic, const std::string& message
247247
} else {
248248
logmessage = "CCDB updated with SOX orbit.";
249249
}
250-
int rlog = mInfoLogger.log(logmessage.c_str());
250+
int rlog = mInfoLogger.logInfo(logmessage);
251251
if (rlog) {
252252
LOG(warn) << "Writing to infologger failed.";
253253
}
@@ -271,7 +271,7 @@ int CTPRunManager::processMessage(std::string& topic, const std::string& message
271271
} else {
272272
logmessage = "CCDB updated with orbitreset.";
273273
}
274-
int rlog = mInfoLogger.log(logmessage.c_str());
274+
int rlog = mInfoLogger.logInfo(logmessage);
275275
if (rlog) {
276276
LOG(warn) << "Writing to infologger failed.";
277277
}

0 commit comments

Comments
 (0)