From 88a21dac232813c936dfcca2545c2ee58da9f238 Mon Sep 17 00:00:00 2001 From: Anael Beutot Date: Mon, 7 May 2012 15:56:58 +0200 Subject: [PATCH] Debug mode for pyev loop. --- ccnode/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccnode/node.py b/ccnode/node.py index e219692..bef05d5 100644 --- a/ccnode/node.py +++ b/ccnode/node.py @@ -129,7 +129,7 @@ class AuthHandler(object): class MainLoop(object): def __init__(self, config_path): - self.loop = pyev.default_loop() + self.loop = pyev.default_loop(debug=True) self.config_path = config_path # set signal watchers -- GitLab