summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoapux <35306504+Soapux@users.noreply.github.com>2018-04-13 15:22:50 -0500
committerRichard Hughes <richard@hughsie.com>2018-04-13 21:43:10 +0100
commite1eeb0bf19a55e711258a954897d5443ee7ac53a (patch)
tree82f54d22126d448520620e0a399aa911548ba969
parent401fa0b8f6fcf06e6d2775d3e70aa2166469a7a0 (diff)
downloadcolord-e1eeb0bf19a55e711258a954897d5443ee7ac53a.tar.gz
Update warning about running daemon as root
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b40c996..c95453d 100644
--- a/meson.build
+++ b/meson.build
@@ -179,7 +179,7 @@ endif
conf.set_quoted('DAEMON_USER', get_option('daemon_user'))
if get_option('daemon_user') == 'root'
- message('RUNNING THIS AS root IS NOT A GOOD IDEA SEE --with-daemon-user')
+ message('RUNNING THE DAEMON AS root IS NOT A GOOD IDEA, use -Ddaemon_user= to set user')
endif
if get_option('pnp_ids') != ''