Skip to content
Snippets Groups Projects
Commit 2638823c authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Attempt to fix coverity errors.

parent 4974e134
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ namespace {
}
#if !defined(DD4HEP_PARSERS_NO_ROOT)
if ( 0 != gSystem->Load(plugin_name) ) {
printout(INFO,"Plugins","Failed to load plugin manager library: %s",plugin_name);
printout(DEBUG,"Plugins","Failed to load plugin manager library: %s",plugin_name);
}
#else
handle = ::dlopen(plugin_name, RTLD_LAZY | RTLD_GLOBAL);
......
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