summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoapux <35306504+Soapux@users.noreply.github.com>2018-06-04 13:12:53 -0500
committerRichard Hughes <richard@hughsie.com>2018-06-04 20:22:25 +0100
commite1d44fcda321ac6597102c183514d3f25bdd8817 (patch)
tree0f11e039fef5b3a7a227567476b4fc4c26a9f4cb
parent10905a83b5b9cd6b9b8b12b40a4ed47bc51ab33a (diff)
downloadcolord-e1d44fcda321ac6597102c183514d3f25bdd8817.tar.gz
Change our message to use the warning function
Since we now require meson 0.46, we can use this function that was added in 0.44.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c3b5188..8e1fa01 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 THE DAEMON AS root IS NOT A GOOD IDEA, use -Ddaemon_user= to set user')
+ warning('RUNNING THE DAEMON AS root IS NOT A GOOD IDEA, use -Ddaemon_user= to set user')
endif
if get_option('pnp_ids') != ''