diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-08 17:35:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-08 17:35:12 +0200 |
| commit | 1ac807fa50ea6e20e821d59bb00a397a4812c3e4 (patch) | |
| tree | c03a75f207c25edd50d76e26bf7e1e28cd5c1899 | |
| parent | 0767b8dda3b788f9b72c8d3cd2b68d032b5f9577 (diff) | |
Add some more logging to disk_writer.v2.15.144
| -rw-r--r-- | src/tools/dcpomatic_disk_writer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_disk_writer.cc b/src/tools/dcpomatic_disk_writer.cc index 7ed64d52c..c638b72eb 100644 --- a/src/tools/dcpomatic_disk_writer.cc +++ b/src/tools/dcpomatic_disk_writer.cc @@ -306,6 +306,7 @@ main () exit (EXIT_FAILURE); } + LOG_DISK_NC("Entering main loop"); auto ml = Glib::MainLoop::create (); Glib::signal_timeout().connect(sigc::ptr_fun(&idle), 500); ml->run (); |
