diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-19 01:39:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-20 21:56:28 +0200 |
| commit | 6eec3fea764f2fe35723089d60c51005616905bf (patch) | |
| tree | 7ce1f10890f7ae7db537dab8e26fcb1482cfb87f /test/4k_test.cc | |
| parent | c3983e1ced75c2205fb1c172e2ff4fa44fb569bb (diff) | |
More logging and make it go to the right place.
Diffstat (limited to 'test/4k_test.cc')
| -rw-r--r-- | test/4k_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/4k_test.cc b/test/4k_test.cc index d8d3d66ec..0fe492133 100644 --- a/test/4k_test.cc +++ b/test/4k_test.cc @@ -41,7 +41,7 @@ using boost::shared_ptr; BOOST_AUTO_TEST_CASE (fourk_test) { shared_ptr<Film> film = new_test_film ("4k_test"); - dcpomatic_log = film->log (); + LogSwitcher ls (film->log()); film->set_name ("4k_test"); shared_ptr<FFmpegContent> c (new FFmpegContent("test/data/test.mp4")); film->set_resolution (RESOLUTION_4K); |
