summaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
authorSiraj Razick <siraj.razick@collabora.co.uk>2012-03-03 21:28:41 -0500
committerSiraj Razick <siraj.razick@collabora.co.uk>2012-03-12 20:32:36 -0400
commit166d60b88a717a9b1548e78b6369517ecf5fd999 (patch)
treef264f1a95eb81131009ae02076ef81fd72f83613 /src/debug.c
parent22540b4416230585147522f948057ee107448866 (diff)
downloadtelepathy-salut-166d60b88a717a9b1548e78b6369517ecf5fd999.tar.gz
debug: Make SALUT_DEBUG=discovery work
"discovery" string should match to DISCOVERY not DISCO. as a results we can see any debug out put when we run tp-salut with SALUT_DEBUG=discovery
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index 47fdfc7f..ba9131d1 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -35,7 +35,7 @@ GDebugKey keys[] = {
{ "tubes", DEBUG_TUBES },
{ "xmpp-connection-manager", DEBUG_XCM },
{ "si-bytestream-manager", DEBUG_SI_BYTESTREAM_MGR },
- { "discovery", DEBUG_DISCO },
+ { "discovery", DEBUG_DISCOVERY },
{ "olpc-activity", DEBUG_OLPC_ACTIVITY },
{ "ft", DEBUG_FT },
{ "plugin", DEBUG_PLUGIN },