Skip to content
Snippets Groups Projects
Commit e6082c80 authored by scott snyder's avatar scott snyder
Browse files

StoreGate: Reduce verbosity.

Change new INFO message that was added to MetaHandleKey to DEBUG.
parent 4b9f2e86
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ namespace SG {
return StatusCode::FAILURE;
}
else {
msg << MSG::INFO << "MetaCont found with key= "
msg << MSG::DEBUG << "MetaCont found with key= "
<< SG::VarHandleKey::key() << endmsg;
}
} else {
......
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