From 79261ae80e4ffc2528d3ffe5a2ba2bf05375ecc9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Jan 2014 18:18:07 +0000 Subject: Windows debugging. --- src/lib/writer.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 867ae85df..c5cc8c617 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -106,6 +106,9 @@ Writer::Writer (shared_ptr f, weak_ptr j) } _sound_asset_writer = _sound_asset->start_write (); +#ifdef DCPOMATIC_WINDOWS + _film->log()->log (String::compose ("DEBUG: %1", GetLastError ())); +#endif _thread = new boost::thread (boost::bind (&Writer::thread, this)); -- cgit v1.2.3