# HG changeset patch # User Alain Mazy # Date 1773654470 -3600 # Node ID 94ce05ebc75c08effd2a07c89048842f09e1eda6 # Parent 97e5d43c335b2abdee9cb0c449cbce947054b6af typo diff -r 97e5d43c335b -r 94ce05ebc75c OrthancServer/Sources/main.cpp --- 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"; } }