Update Metadata.cpp

This commit is contained in:
Kseniia Sumarokova 2023-05-02 12:02:54 +02:00 committed by GitHub
parent 1590ba3326
commit 3ec53152e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,8 +278,8 @@ void CacheMetadata::doCleanup()
}
catch (...)
{
chassert(false);
tryLogCurrentException(__PRETTY_FUNCTION__);
chassert(false);
}
}
}