aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-09-22 16:10:01 -0500
committerCharles Kerr <charles.kerr@canonical.com>2016-09-22 16:10:01 -0500
commita17e7fc7ed94bf201b37cf7d9744ef272404c0f7 (patch)
tree7ac574b4fcf2b1b6989d01847649835c1c48c11b /src/main.cpp
parentc997668e2517d414dfa52e3204e54d67540ba662 (diff)
downloadayatana-indicator-display-a17e7fc7ed94bf201b37cf7d9744ef272404c0f7.tar.gz
ayatana-indicator-display-a17e7fc7ed94bf201b37cf7d9744ef272404c0f7.tar.bz2
ayatana-indicator-display-a17e7fc7ed94bf201b37cf7d9744ef272404c0f7.zip
tweak the debug tracers
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 43dc5f5..0ece7dc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -46,7 +46,7 @@ main(int /*argc*/, char** /*argv*/)
g_warning("busname lost: '%s'", name.c_str());
g_main_loop_quit(loop);
};
-g_debug("%s %s main thread is %p", G_STRLOC, G_STRFUNC, g_thread_self());
+g_message("%s %s main thread is %p", G_STRLOC, G_STRFUNC, g_thread_self());
// build all our indicators.
// Right now we've only got one -- rotation lock -- but hey, we can dream.