mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Change unregistered options warning to debug
This commit is contained in:
committed by
Dennis Klein
parent
1554c1c273
commit
21419adb40
@@ -413,7 +413,7 @@ int FairMQProgOptions::PrintOptions()
|
||||
|
||||
for (const auto& o : fUnregisteredOptions)
|
||||
{
|
||||
LOG(WARN) << "detected unregistered option: " << o;
|
||||
LOG(debug) << "detected unregistered option: " << o;
|
||||
}
|
||||
|
||||
stringstream ss;
|
||||
|
Reference in New Issue
Block a user