Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-network-client
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2013-08-04 03:58:24 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-08-04 03:58:24 (GMT)
commitc323fe410ba189d1e75129d7d1b2ded9cde78db4 (patch)
treee07f502ca82eb00e52deb7f3df8e1180958d0fd8 /sugar-network-client
parenta8fb61b807e4c46adec8d631f596632a3fa7b6e3 (diff)
Make toolkit.init_logging appropriate to call out of SN applications
Diffstat (limited to 'sugar-network-client')
-rwxr-xr-xsugar-network-client2
1 files changed, 0 insertions, 2 deletions
diff --git a/sugar-network-client b/sugar-network-client
index 9e3b62d..5cc1ca2 100755
--- a/sugar-network-client
+++ b/sugar-network-client
@@ -41,9 +41,7 @@ class Application(application.Daemon):
application.Daemon.__init__(self, **kwargs)
node.sync_layers.value = client.layers.value
-
self.jobs = coroutine.Pool()
- toolkit.init_logging(application.debug.value)
new_root = (client.local_root.value != client.local_root.default)
client.local_root.value = abspath(client.local_root.value)