changeset 7095:1e78972b48fa streaming

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Aug 2026 12:01:37 +0000
parents 1159a299587c
children 63aae28fa10f
files OrthancServer/Sources/ServerContext.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.cpp	Thu Aug 13 11:54:52 2026 +0000
+++ b/OrthancServer/Sources/ServerContext.cpp	Thu Aug 13 12:01:37 2026 +0000
@@ -756,7 +756,7 @@
                        << "\" is not defined in your configuration, setting it to " << storageLoaderThreads
                        << ", based on the \"" << ORTHANC_CONFIG_CONCURRENT_JOBS << "\" "
                        << (hasCompatibilityLoaderThreads ? "and the \"" + compatibilityLoaderThreadsOption + "\" options" : "option")
-                       << " capped to the range [" << CAP_LOW << "," << CAP_HIGH << "]";
+                       << " clamped to the range [" << CAP_LOW << "," << CAP_HIGH << "]";
         }
         else
         {