Mercurial > hg > orthanc-object-storage
diff Common/StoragePlugin.cpp @ 98:91aeaecf7100
fix message
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 27 Jun 2023 17:46:11 +0200 |
parents | 33790e0000bb |
children | e39aa88ec20e |
line wrap: on
line diff
--- 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; }