diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-11 14:59:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-11 14:59:23 +0000 |
| commit | efce7d4edd7f9d55626a198c6c541a93bcc5eaf4 (patch) | |
| tree | 992c64e3f95a320ca200d04368e50b5bdd72463f /src/lib/dcp.cc | |
| parent | 35992b8f2c9d58a08d1ecb08a39d7c99362fd2c0 (diff) | |
More DCP import logging.
Diffstat (limited to 'src/lib/dcp.cc')
| -rw-r--r-- | src/lib/dcp.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp.cc b/src/lib/dcp.cc index fa9f5f721..9db478330 100644 --- a/src/lib/dcp.cc +++ b/src/lib/dcp.cc @@ -44,6 +44,7 @@ DCP::cpls () const list<shared_ptr<dcp::DCP> > dcps; list<shared_ptr<dcp::CPL> > cpls; + LOG_GENERAL ("Reading %1 DCP directories", _dcp_content->directories().size()); BOOST_FOREACH (boost::filesystem::path i, _dcp_content->directories()) { shared_ptr<dcp::DCP> dcp (new dcp::DCP (i)); dcp->read (false, 0, true); |
