aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-03-17 13:29:09 -0500
committerCharles Kerr <charles.kerr@canonical.com>2016-03-17 13:29:09 -0500
commitff5be6a08a602e8a4454cbfcd8eeb38e28db3e1f (patch)
tree32ed421750d1645cf145123d823957c40e5c5c22
parentb7d7f15ab25708c6ee7a3c22389246e07fd6183d (diff)
downloadayatana-indicator-display-ff5be6a08a602e8a4454cbfcd8eeb38e28db3e1f.tar.gz
ayatana-indicator-display-ff5be6a08a602e8a4454cbfcd8eeb38e28db3e1f.tar.bz2
ayatana-indicator-display-ff5be6a08a602e8a4454cbfcd8eeb38e28db3e1f.zip
fix warning message
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f195bda..2e428f9 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -29,7 +29,7 @@
int
main(int /*argc*/, char** /*argv*/)
{
-#warning temp
+#warning NB the next line turns on verbose debug logging and is used for developement. Remove it before landing.
g_assert(g_setenv("G_MESSAGES_DEBUG", "all", true));
// Work around a deadlock in glib's type initialization.