We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0840bb7 commit a7f46ccCopy full SHA for a7f46cc
1 file changed
Common/Core/MetadataHelper.cxx
@@ -146,7 +146,8 @@ std::string MetadataHelper::makeMetadataLabel() const
146
std::string MetadataHelper::getO2Version() const
147
{
148
if (!mIsInitialized) {
149
- LOG(fatal) << "Metadata not initialized";
+ LOG(warning) << "Metadata not initialized";
150
+ return "undefined";
151
}
152
return get("O2Version");
153
0 commit comments