changeset 4264:d31cba1e27ac

reducing verbosity of WebDav upload folder cleanup. avoid logs when nothing happens
author Alain Mazy <alain@mazy.be>
date Fri, 30 Oct 2020 10:48:57 +0100
parents 61a2bedbae80
children 97c8a7f93805
files OrthancServer/Sources/OrthancWebDav.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancWebDav.cpp	Fri Oct 30 10:35:49 2020 +0100
+++ b/OrthancServer/Sources/OrthancWebDav.cpp	Fri Oct 30 10:48:57 2020 +0100
@@ -1245,7 +1245,7 @@
          * just-created folders before the remote WebDAV has time to
          * write files into it.
          **/
-        LOG(INFO) << "Cleaning up the empty WebDAV upload folders";
+        VLOG(1) << "Cleaning up the empty WebDAV upload folders";
         that->uploads_.RemoveEmptyFolders();
         lastModification = GetNow();
       }