comparison 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
comparison
equal deleted inserted replaced
4263:61a2bedbae80 4264:d31cba1e27ac
1243 * After every 30 seconds of inactivity, remove the empty 1243 * After every 30 seconds of inactivity, remove the empty
1244 * folders. This delay is needed to avoid removing 1244 * folders. This delay is needed to avoid removing
1245 * just-created folders before the remote WebDAV has time to 1245 * just-created folders before the remote WebDAV has time to
1246 * write files into it. 1246 * write files into it.
1247 **/ 1247 **/
1248 LOG(INFO) << "Cleaning up the empty WebDAV upload folders"; 1248 VLOG(1) << "Cleaning up the empty WebDAV upload folders";
1249 that->uploads_.RemoveEmptyFolders(); 1249 that->uploads_.RemoveEmptyFolders();
1250 lastModification = GetNow(); 1250 lastModification = GetNow();
1251 } 1251 }
1252 } 1252 }
1253 } 1253 }