summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-02-07 01:30:08 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-07 01:30:08 +0100
commitf0bd00e7ed0e1b7f1f29bcf0cfd24efdfce0eec2 (patch)
treeb70fc23e813e4632cfa41371f52f18e1c0adb39d /src/tools/dcpomatic.cc
parent671318e63309cfa699ad3139e0dae5e6f2603c19 (diff)
fixup! fixup! try to get stderr in consolexmlsec-debug
Diffstat (limited to 'src/tools/dcpomatic.cc')
-rw-r--r--src/tools/dcpomatic.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index b310e0daa..80efd41fc 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -130,6 +130,7 @@ LIBDCP_ENABLE_WARNINGS
using std::cout;
+using std::cerr;
using std::dynamic_pointer_cast;
using std::exception;
using std::function;
@@ -1655,6 +1656,7 @@ private:
*stdin = *hf_in;
cout << variant::insert_dcpomatic("%1 is starting.") << "\n";
+ cerr << variant::insert_dcpomatic("Big bunch of bollocks.") << "\n";
}
#endif
wxInitAllImageHandlers ();