Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ka_task.py
diff options
context:
space:
mode:
Diffstat (limited to 'ka_task.py')
-rw-r--r--ka_task.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/ka_task.py b/ka_task.py
index e114533..825ce59 100644
--- a/ka_task.py
+++ b/ka_task.py
@@ -1,5 +1,5 @@
# coding: UTF-8
-# Copyright 2009 Thomas Jourdan
+# Copyright 2009, 2010 Thomas Jourdan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -45,8 +45,8 @@ class GeneratorTask(object):
GeneratorTask._internal_task_count += 1
GeneratorTask._internal_task_list[task.work_for] = task
- ka_debug.info('enter task: [%s], count aprox.= %u' % \
- (task.work_for, GeneratorTask._internal_task_count))
+# ka_debug.info('enter task: [%s], count aprox.= %u' % \
+# (task.work_for, GeneratorTask._internal_task_count))
GeneratorTask._internal_task_list_lock.release()
ka_status.Status.instance(). \
set(ka_status.TOPIC_TASK, ka_status.SUB_UNFINISHED,
@@ -69,8 +69,8 @@ class GeneratorTask(object):
GeneratorTask._internal_leave_condition.notifyAll()
GeneratorTask._internal_leave_condition.release()
- ka_debug.info('leave task: [%s], count aprox.= %u' % \
- (work_for, GeneratorTask._internal_task_count))
+# ka_debug.info('leave task: [%s], count aprox.= %u' % \
+# (work_for, GeneratorTask._internal_task_count))
GeneratorTask._internal_task_list_lock.release()
ka_status.Status.instance(). \
set(ka_status.TOPIC_TASK, ka_status.SUB_UNFINISHED,