summaryrefslogtreecommitdiff
path: root/lib/task.rb
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-05-06 17:18:15 +0200
committermguetlein <martin.guetlein@gmail.com>2010-05-06 17:18:15 +0200
commit2911ebe2c818a33513d263654f3a0c609e631404 (patch)
tree8522e52c8d4d2bd2f2c9fd9a54fd413a44e39f5f /lib/task.rb
parent9e356d0d94ea4fe210ea7cefce5d4c1179cb63cd (diff)
adding ch's test service to yaml
Diffstat (limited to 'lib/task.rb')
-rw-r--r--lib/task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/task.rb b/lib/task.rb
index 9cfba88..181b895 100644
--- a/lib/task.rb
+++ b/lib/task.rb
@@ -160,7 +160,7 @@ module OpenTox
task.completed(result)
rescue => ex
LOGGER.error "task failed: "+ex.message
- #LOGGER.error ": "+ex.backtrace.join("\n")
+ LOGGER.error ": "+ex.backtrace.join("\n")
task.error(ex.message)
end
end