We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dd1f5 commit 90912b9Copy full SHA for 90912b9
Framework/Core/src/CommonServices.cxx
@@ -126,7 +126,7 @@ o2::framework::ServiceSpec CommonServices::infologgerContextSpec()
126
nullptr,
127
[](ServiceRegistry& services, void* service) {
128
auto& infoLoggerContext = services.get<InfoLoggerContext>();
129
- auto run = services.get<RawDeviceService>().device()->fConfig->GetProperty<std::string>("runnumber", "unspecified");
+ auto run = services.get<RawDeviceService>().device()->fConfig->GetProperty<std::string>("runNumber", "unspecified");
130
infoLoggerContext.setField(InfoLoggerContext::FieldName::Run, run);
131
},
132
0 commit comments