From 6c5b014c02e606c8dadff7287d2518cf0f5bfe05 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 15 Dec 2015 22:20:03 +0000 Subject: [PATCH] More debug of batch converter startup. --- src/tools/dcpomatic.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 16c7a08e5..894e9329f 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -512,7 +512,8 @@ private: socket.write (s.length() + 1); socket.write ((uint8_t *) s.c_str(), s.length() + 1); return; - } catch (...) { + } catch (exception& e) { + std::cout << "start batch failed: " << e.what() << "\n"; } if (i == 1) { -- 2.30.2