Decrease severity of config dump

This commit is contained in:
Dennis Klein 2019-02-26 17:29:37 +01:00 committed by Dennis Klein
parent b3005ecbdc
commit 9ffaa55181

View File

@ -453,7 +453,7 @@ int FairMQProgOptions::PrintOptions()
<< "\n"; << "\n";
} }
LOG(info) << ss.str(); LOG(debug) << ss.str();
return 0; return 0;
} }