Skip to content

Commit cd1c696

Browse files
authored
decrease verbosity of ccdbdatabase (QC-213) (#207)
1 parent 71a7107 commit cd1c696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/src/CcdbDatabase.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ core::MonitorObject* CcdbDatabase::retrieve(std::string taskName, std::string ob
133133
if (object == nullptr) {
134134
// We could not open a TFile we should now try to open an object directly serialized
135135
object = ccdbApi.retrieve(path, metadata, when);
136-
LOG(INFO) << "We could retrieve the object " << path << " as a streamed object.";
136+
LOG(DEBUG) << "We could retrieve the object " << path << " as a streamed object.";
137137
if (object == nullptr) {
138138
return nullptr;
139139
}

0 commit comments

Comments
 (0)