diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-21 20:35:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-21 20:35:37 +0000 |
| commit | a2710f33a053e0e9c3ad1807549069c7e9c6fe6c (patch) | |
| tree | e79b76b32e3c0279a201da4eed8ff26c6777548c | |
| parent | 6cc7359c1af897f334dab5ba455707ce0c59af9d (diff) | |
Add some debugging.
| -rw-r--r-- | test/audio_delay_test.cc | 1 |
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 (); |
