diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-06 13:55:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-11-06 13:55:12 +0000 |
| commit | 5f59e95c45ba941dd5f8f8bf33343faff3c5af90 (patch) | |
| tree | 3eba5d9466af6e758a7dc01cc54621a534b4c61c /src/lib/writer.cc | |
| parent | 5ffa0a4eab3bf13d52476b7549546c9028b11f88 (diff) | |
Logging.debug/lucky-post
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index f9009be37..6b35df742 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -506,6 +506,8 @@ Writer::finish () dcp::DCP dcp (_film->dir (_film->dcp_name())); + LOG_GENERAL_NC ("Creating CPL"); + shared_ptr<dcp::CPL> cpl ( new dcp::CPL ( _film->dcp_name(), @@ -513,6 +515,8 @@ Writer::finish () ) ); + LOG_GENERAL_NC ("Adding CPL to DCP"); + dcp.add (cpl); /* Calculate digests for each reel in parallel */ |
