Skip to content

Commit 73a4013

Browse files
ggovimakortel
andauthored
Update CondCore/ESSources/plugins/CondDBESSource.cc
Removed from LogWarning message unnecessary newline Co-authored-by: Matti Kortelainen <[email protected]>
1 parent b204123 commit 73a4013

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CondCore/ESSources/plugins/CondDBESSource.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ CondDBESSource::CondDBESSource(const edm::ParameterSet& iConfig)
237237
proxyWrappers[ind] = std::unique_ptr<cond::DataProxyWrapperBase>{
238238
cond::ProxyFactory::get()->tryToCreate(buildName(it->second.recordName()))};
239239
if (!proxyWrappers[ind].get()) {
240-
edm::LogWarning("CondDBESSource") << "Plugin for Record " << it->second.recordName() << " has not been found."
241-
<< std::endl;
240+
edm::LogWarning("CondDBESSource") << "Plugin for Record " << it->second.recordName() << " has not been found.";
242241
}
243242
}
244243

0 commit comments

Comments
 (0)