summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-03 23:18:57 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-04 20:30:08 +0100
commitef65a179e8c907029d0d9254863d4884581f3d60 (patch)
tree4543ffa13b60417be1ad5db459cf3cb68a8e1f15 /test
parentd7681f55c3f590e98b6c7eea4bffc5800eadd644 (diff)
Fix ineffectual attempt to set up special test logging.
Diffstat (limited to 'test')
-rw-r--r--test/player_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/player_test.cc b/test/player_test.cc
index d20a91020..ab4560ffa 100644
--- a/test/player_test.cc
+++ b/test/player_test.cc
@@ -527,7 +527,7 @@ BOOST_AUTO_TEST_CASE(multiple_sound_files_bug)
{
Cleanup cl;
- Config::instance()->set_log_types(Config::instance()->log_types() | LogEntry::TYPE_DEBUG_PLAYER);
+ dcpomatic_log->set_types(dcpomatic_log->types() | LogEntry::TYPE_DEBUG_PLAYER);
auto A = content_factory(TestPaths::private_data() / "kook" / "1.wav").front();
auto B = content_factory(TestPaths::private_data() / "kook" / "2.wav").front();