diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-06 01:41:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-06 01:41:36 +0000 |
| commit | f590937e85c5642057b1a1475aa167b81fe6a8bd (patch) | |
| tree | 2b8c147f1fb4235619609e8dfcc98379cf202475 /src/lib | |
| parent | 1e10f98020fc7f8921c077d4a6bf22e5ba668192 (diff) | |
Add some more debugging.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/writer.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 2a9b6d6d7..675f210e9 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -448,12 +448,18 @@ Writer::finish () return; } + LOG_GENERAL_NC ("Terminating writer thread"); + terminate_thread (true); + LOG_GENERAL_NC ("Finishing ReelWriters"); + BOOST_FOREACH (ReelWriter& i, _reels) { i.finish (); } + LOG_GENERAL_NC ("Writing XML"); + dcp::DCP dcp (_film->dir (_film->dcp_name())); shared_ptr<dcp::CPL> cpl ( |
