We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b204123 commit 73a4013Copy full SHA for 73a4013
CondCore/ESSources/plugins/CondDBESSource.cc
@@ -237,8 +237,7 @@ CondDBESSource::CondDBESSource(const edm::ParameterSet& iConfig)
237
proxyWrappers[ind] = std::unique_ptr<cond::DataProxyWrapperBase>{
238
cond::ProxyFactory::get()->tryToCreate(buildName(it->second.recordName()))};
239
if (!proxyWrappers[ind].get()) {
240
- edm::LogWarning("CondDBESSource") << "Plugin for Record " << it->second.recordName() << " has not been found."
241
- << std::endl;
+ edm::LogWarning("CondDBESSource") << "Plugin for Record " << it->second.recordName() << " has not been found.";
242
}
243
244
0 commit comments