Writer on macOS runs as root, so trying to use the config_path() v2.15.63
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Apr 2020 21:51:03 +0000 (23:51 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Apr 2020 21:51:03 +0000 (23:51 +0200)
commitbaed8bf5fd429305685cc180184e99094cd64339
tree5a00862b6757a6442c03dc92b70cae902498c6de
parent13f302149a2a2846d801689e3d194af3249ed0b7
Writer on macOS runs as root, so trying to use the config_path()
to log to will end up trying to write to root's home.  Instead,
log to stdout as the process control stuff redirects that into
/var/log anyway.
src/lib/wscript
src/tools/dcpomatic_disk_writer.cc