From: Helge Norberg Date: Tue, 4 Apr 2017 12:34:33 +0000 (+0200) Subject: [server] Log which file is being probed during initial scan X-Git-Tag: 2.1.0_Beta2~21 X-Git-Url: https://git.sesse.net/?p=casparcg;a=commitdiff_plain;h=f2aad9ff33957e16ba741794f8314d0f8dbce6a0 [server] Log which file is being probed during initial scan --- diff --git a/shell/server.cpp b/shell/server.cpp index 87b7e105c..b3b42641c 100644 --- a/shell/server.cpp +++ b/shell/server.cpp @@ -462,7 +462,10 @@ struct server::impl : boost::noncopyable if (running_) { if (boost::filesystem::is_regular_file(iter->path())) + { + CASPAR_LOG(trace) << L"Retrieving information for file " << iter->path().wstring(); media_info_repo_->get(iter->path().wstring()); + } } else {