summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-03-29 20:57:01 +0200
committerCarl Hetherington <cth@carlh.net>2020-03-29 20:57:01 +0200
commit9ac8c9dfb2cc2f8264a6c641718558a3344e22d2 (patch)
treea7c741799edecb3fb5bfe7d3155a22ab26476c64 /src
parent27e8d5e87d83b5a0dfedabf1538b24a48b1840e6 (diff)
Add some logging.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic_dist.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_dist.cc b/src/tools/dcpomatic_dist.cc
index 6284487ef..16228b09a 100644
--- a/src/tools/dcpomatic_dist.cc
+++ b/src/tools/dcpomatic_dist.cc
@@ -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
}