summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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();