Mercurial > hg > orthanc-object-storage
changeset 98:91aeaecf7100
fix message
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 27 Jun 2023 17:46:11 +0200 |
parents | b0999e4e383a |
children | f4e05641c108 |
files | Common/StoragePlugin.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }