summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-21 20:35:37 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-21 20:35:37 +0000
commita2710f33a053e0e9c3ad1807549069c7e9c6fe6c (patch)
treee79b76b32e3c0279a201da4eed8ff26c6777548c
parent6cc7359c1af897f334dab5ba455707ce0c59af9d (diff)
Add some debugging.
-rw-r--r--test/audio_delay_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc
index 9e738d145..8e1d82085 100644
--- a/test/audio_delay_test.cc
+++ b/test/audio_delay_test.cc
@@ -69,6 +69,7 @@ void test_audio_delay (int delay_in_ms)
boost::filesystem::path path = "build/test";
path /= film_name;
path /= film->dcp_name ();
+ std::cout << "Loading " << path.string() << "\n";
dcp::DCP check (path.string ());
check.read ();