[telepathy-python/master] debug: default to debug messages being off by default
Jonny Lamb
jonny.lamb at collabora.co.uk
Fri Sep 18 10:41:07 PDT 2009
This is the behaviour in TpDebugSender and the intended behaviour when
we designed the spec.
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
src/server/debug.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/server/debug.py b/src/server/debug.py
index a12e28d..98ccc4c 100644
--- a/src/server/debug.py
+++ b/src/server/debug.py
@@ -45,7 +45,7 @@ DEBUG_MESSAGE_LIMIT = 800
class Debug(_Debug, DBusProperties, logging.Handler):
def __init__(self, conn_manager, root=''):
- self.enabled = True
+ self.enabled = False
self._interfaces = set()
self._messages = []
object_path = '/org/freedesktop/Telepathy/debug'
--
1.5.6.5
More information about the telepathy-commits
mailing list