Add some logging.
authorCarl Hetherington <cth@carlh.net>
Sun, 29 Mar 2020 18:57:01 +0000 (20:57 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 29 Mar 2020 18:57:01 +0000 (20:57 +0200)
src/tools/dcpomatic_dist.cc

index 6284487ef1f7220e7d9abb090e1855481ebc2f6b..16228b09aceb69d4eb800061057a031b53f53a33 100644 (file)
@@ -121,6 +121,7 @@ public:
                /* We must use ::shell here, it seems, to avoid error code 740 (related to privilege escalation) */
                _writer = new boost::process::child (dist_writer_path(), boost::process::shell, boost::process::windows::hide);
 #else
+               LOG_DIST("Starting writer process %1", dist_writer_path().string());
                _writer = new boost::process::child (dist_writer_path());
 #endif
        }