Skip to content

Commit caeba37

Browse files
committed
restore CCDBManagerInstance::endOfStream to print report.
1 parent c1030db commit caeba37

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CCDB/include/CCDB/BasicCCDBManager.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ class CCDBManagerInstance
182182

183183
void report(bool longrep = false);
184184

185+
void endOfStream();
186+
185187
private:
186188
// method to print (fatal) error
187189
void reportFatal(std::string_view s);

CCDB/src/BasicCCDBManager.cxx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,10 @@ void CCDBManagerInstance::report(bool longrep)
8383
}
8484
}
8585

86+
void CCDBManagerInstance::endOfStream()
87+
{
88+
report(true);
89+
}
90+
8691
} // namespace ccdb
8792
} // namespace o2

0 commit comments

Comments
 (0)