# HG changeset patch # User Alain Mazy # Date 1687880771 -7200 # Node ID 91aeaecf71000df50442baafbb19d155020337f5 # Parent b0999e4e383a953feb0bf53239c6a7442dfa8fd9 fix message diff -r b0999e4e383a -r 91aeaecf7100 Common/StoragePlugin.cpp --- a/Common/StoragePlugin.cpp Mon Dec 19 10:29:25 2022 +0100 +++ b/Common/StoragePlugin.cpp Tue Jun 27 17:46:11 2023 +0200 @@ -230,7 +230,7 @@ } catch (StoragePluginException& ex) { - logErrorFunction(storage->GetNameForLogs() + ": error while decrypting object " + std::string(uuid) + ": " + ex.what()); + logErrorFunction(storage->GetNameForLogs() + ": error while reading object " + std::string(uuid) + ": " + ex.what()); return OrthancPluginErrorCode_StorageAreaPlugin; }