diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-09 18:18:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-09 18:18:07 +0000 |
| commit | 79261ae80e4ffc2528d3ffe5a2ba2bf05375ecc9 (patch) | |
| tree | 4221b057f890e65188a11eae9811258e9a8d39b2 /src/lib/writer.cc | |
| parent | 14f9abe2a563c5d5bda9acf058f778b57cad72f1 (diff) | |
Windows debugging.
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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<const Film> f, weak_ptr<Job> 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)); |
