Skip to content
Snippets Groups Projects
Commit c9f62f33 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'mon_ioptsvc' into 'master'

AthenaMonitoring: Fix regression introduced with IOptionSvc migration

Closes ATR-22095

See merge request atlas/athena!36757
parents 77f09bdd e110133b
No related branches found
No related tags found
No related merge requests found
......@@ -756,7 +756,7 @@ initialize()
if (joSvc->has(name))
var = joSvc->get(name);
else
ATH_MSG_ERROR("Cannot read " << name);
ATH_MSG_DEBUG("Cannot read " << name); // on purpose not an ERROR (will be set by setMonManager)
};
getProp( m_fileKey, client + ".FileKey");
getProp( m_dataTypeStr, client + ".DataType");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment