Skip to content

Commit 904dd80

Browse files
committed
fix
1 parent 0ab975b commit 904dd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/CTP/workflowScalers/src/RunManager.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ int CTPRunManager::processMessage(std::string& topic, const std::string& message
239239
long timestamp = std::stol(tokens[0]);
240240
uint32_t runnumber = std::stoul(tokens[1]);
241241
uint32_t orbit = std::stoul(tokens[2]);
242-
ret = saveSoxOrbit(timestamp, runnumber, orbit);
242+
ret = saveSoxOrbit(runnumber, orbit, timestamp);
243243
LOG(info) << "soxorbit: " << timestamp << " " << runnumber << " " << orbit;
244244
std::string logmessage;
245245
if (ret) {

0 commit comments

Comments
 (0)