# HG changeset patch # User Alain Mazy # Date 1604051337 -3600 # Node ID d31cba1e27ac9e915c7982363b5700f4ee26e116 # Parent 61a2bedbae807287b2fff21b53ca40faf68f692e reducing verbosity of WebDav upload folder cleanup. avoid logs when nothing happens diff -r 61a2bedbae80 -r d31cba1e27ac OrthancServer/Sources/OrthancWebDav.cpp --- 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(); }