changeset 6619:94ce05ebc75c

typo
author Alain Mazy <am@orthanc.team>
date Mon, 16 Mar 2026 10:47:50 +0100
parents 97e5d43c335b
children e46d709aa0ca
files OrthancServer/Sources/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Fri Mar 13 18:12:54 2026 +0100
+++ b/OrthancServer/Sources/main.cpp	Mon Mar 16 10:47:50 2026 +0100
@@ -323,7 +323,7 @@
 
     if (alwaysAllowMove_)
     {
-      LOG(WARNING) << "Security risk in DICOM SCP: C-MOOVE requests are always allowed, even from unknown modalities";
+      LOG(WARNING) << "Security risk in DICOM SCP: C-MOVE requests are always allowed, even from unknown modalities";
     }
   }