Skip to content

Commit ae656ef

Browse files
davidrohrteo
authored andcommitted
RunNumber is 32bit, not 64
1 parent 55d8ed4 commit ae656ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

occ/occlib/OccServer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ t_State OccServer::processStateTransition(const std::string& event, const boost:
237237

238238
std::string evt = boost::algorithm::to_lower_copy(event);
239239

240-
printf("[OCC] Object: %s - processing event %s in state %s with run number %lu.\n",
240+
printf("[OCC] Object: %s - processing event %s in state %s with run number %u.\n",
241241
m_rco->getName().c_str(),
242242
evt.c_str(),
243243
getStringFromState(currentState).c_str(),

0 commit comments

Comments
 (0)