summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-27 23:51:03 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-27 23:51:03 +0200
commitbaed8bf5fd429305685cc180184e99094cd64339 (patch)
tree5a00862b6757a6442c03dc92b70cae902498c6de /src/lib
parent13f302149a2a2846d801689e3d194af3249ed0b7 (diff)
Writer on macOS runs as root, so trying to use the config_path()v2.15.63
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.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript
index 802020527..1eac718e3 100644
--- a/src/lib/wscript
+++ b/src/lib/wscript
@@ -165,6 +165,7 @@ sources = """
transcode_job.cc
types.cc
signal_manager.cc
+ stdout_log.cc
update_checker.cc
upload_job.cc
uploader.cc