# HG changeset patch # User Alain Mazy # Date 1666787026 -7200 # Node ID 6f95f39907e178491e23c8baeedf094ba458f0c6 # Parent 7ace942ede267f8d8e69a83430251bab24f59750 fix typo diff -r 7ace942ede26 -r 6f95f39907e1 Common/StoragePlugin.cpp --- 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())