Update test reference.
[dcpomatic.git] / test / test.cc
index 6adb56e8f66d26da498921a880201ffbc1ca1595..22dea1fc4ea537b705d36084731305b808c63df3 100644 (file)
@@ -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