changeset 87:6f95f39907e1

fix typo
author Alain Mazy <am@osimis.io>
date Wed, 26 Oct 2022 14:23:46 +0200
parents 7ace942ede26
children 43c2644e55a4
files Common/StoragePlugin.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Common/StoragePlugin.cpp	Fri Oct 21 14:22:28 2022 +0200
+++ b/Common/StoragePlugin.cpp	Wed Oct 26 14:23:46 2022 +0200
@@ -571,7 +571,7 @@
         }
         else
         {
-          OrthancPlugins::LogWarning(std::string(StoragePluginFactory::GetStoragePluginName()) + ": HybridMode is disabled enabled: writing to object-storage and reading only from object-storage");
+          OrthancPlugins::LogWarning(std::string(StoragePluginFactory::GetStoragePluginName()) + ": HybridMode is disabled: writing to object-storage and reading only from object-storage");
         }
 
         if (IsReadFromDisk())