From 0c773648fc551eff21c56e25d347775ff71d2880 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 20 Sep 2016 16:27:59 +0100 Subject: [PATCH] Add some debugging. --- src/lib/reel_writer.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc index 784eed1ef..398c9c66d 100644 --- a/src/lib/reel_writer.cc +++ b/src/lib/reel_writer.cc @@ -275,6 +275,7 @@ ReelWriter::finish () { if (!_picture_asset_writer->finalize ()) { /* Nothing was written to the picture asset */ + LOG_GENERAL ("Nothing was written to reel %1 of %2", _reel_index, _reel_count); _picture_asset.reset (); } @@ -352,6 +353,8 @@ ReelWriter::create_reel (list const & refs, listadd (reel_picture_asset); -- 2.30.2