diff OrthancServer/Sources/OrthancWebDav.cpp @ 4268:0ae2ca210077

new macro TLOG() to replace VLOG() for trace logs with a category
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Nov 2020 14:48:15 +0100
parents d31cba1e27ac
children 50b0c69b653a
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancWebDav.cpp	Sun Nov 01 12:43:18 2020 +0100
+++ b/OrthancServer/Sources/OrthancWebDav.cpp	Mon Nov 02 14:48:15 2020 +0100
@@ -1245,7 +1245,7 @@
          * just-created folders before the remote WebDAV has time to
          * write files into it.
          **/
-        VLOG(1) << "Cleaning up the empty WebDAV upload folders";
+        LOG(TRACE) << "Cleaning up the empty WebDAV upload folders";
         that->uploads_.RemoveEmptyFolders();
         lastModification = GetNow();
       }