diff OrthancServer/Sources/OrthancWebDav.cpp @ 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 2221051b42df
children 0ae2ca210077
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();
       }