From 1853a4a89d47e068c31d993dd4ecb8d83cedc884 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 16 Nov 2013 19:30:29 +0000 Subject: Update test reference. --- test/test.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test.cc b/test/test.cc index 6adb56e8f..22dea1fc4 100644 --- a/test/test.cc +++ b/test/test.cc @@ -127,9 +127,11 @@ check_file (string ref, string check) } static void -note (libdcp::NoteType, string n) +note (libdcp::NoteType t, string n) { - cout << n << "\n"; + if (t == libdcp::ERROR) { + cerr << n << "\n"; + } } void -- cgit v1.2.3