# HG changeset patch # User Sebastien Jodogne # Date 1786622497 0 # Node ID 1e78972b48fa4c8b41a4ada23622b401c5903de2 # Parent 1159a299587c279431be20e000579fa5bdf6dc32 typo diff -r 1159a299587c -r 1e78972b48fa OrthancServer/Sources/ServerContext.cpp --- 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 {