summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2007-07-24 13:41:03 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2007-07-24 13:41:03 +0000
commit9c467b7f3cac15547a280a760c33816a479e75dd (patch)
treea430202531615399893c4e7bc501b99dcbf37446
parent64cb00852f89adc02f9ff95ef4cea4c2dfc3a76b (diff)
Don't remove the 'persist' debug flag yet
-rw-r--r--telepathy-glib/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/debug.c b/telepathy-glib/debug.c
index 41d48b6c3..bbde77f97 100644
--- a/telepathy-glib/debug.c
+++ b/telepathy-glib/debug.c
@@ -90,6 +90,7 @@ static GDebugKey keys[] = {
{ "groups", TP_DEBUG_GROUPS },
{ "properties", TP_DEBUG_PROPERTIES },
{ "connection", TP_DEBUG_CONNECTION },
+ { "persist", TP_DEBUG_PERSIST },
{ "im", TP_DEBUG_IM },
{ "params", TP_DEBUG_PARAMS },
{ "presence", TP_DEBUG_PRESENCE },