# HG changeset patch # User Alain Mazy # Date 1702026909 -3600 # Node ID 312e866e255009f508161115d0a3285ad305b02e # Parent b750777c36a2f5a2f32a8db88352ebd646a42cfd clarified startup message diff -r b750777c36a2 -r 312e866e2550 OrthancServer/Sources/main.cpp --- a/OrthancServer/Sources/main.cpp Wed Dec 06 14:19:59 2023 +0100 +++ b/OrthancServer/Sources/main.cpp Fri Dec 08 10:15:09 2023 +0100 @@ -1182,7 +1182,7 @@ else { context.SetRestApiWriteToFileSystemEnabled(false); - LOG(WARNING) << "REST API cannot write to the file system."; + LOG(WARNING) << "REST API cannot write to the file system bacause the \"RestApiWriteToFileSystemEnabled\" configuration is set to false. The URI /instances/../export is disabled. This is the most secure configuration."; } if (lock.GetConfiguration().GetBooleanParameter("WebDavEnabled", true))