summaryrefslogtreecommitdiff
path: root/lib/rest_client_wrapper.rb
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-25 13:52:43 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-25 13:52:43 +0200
commitb5cf8f9b80303696688144d81a61db758ae8fe9f (patch)
tree74e5b7669db84dd7e1c5e3660553828dfbf68066 /lib/rest_client_wrapper.rb
parentd012b9e8da641c342c455a1384ddf3b14f5b5c35 (diff)
parentd5bf9fd2b7f4401c36d00ab6afb1a003fdb07d2f (diff)
Merge branch 'development' into svm_matrix
Diffstat (limited to 'lib/rest_client_wrapper.rb')
-rw-r--r--lib/rest_client_wrapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rest_client_wrapper.rb b/lib/rest_client_wrapper.rb
index 747a353..53887a2 100644
--- a/lib/rest_client_wrapper.rb
+++ b/lib/rest_client_wrapper.rb
@@ -131,7 +131,7 @@ module OpenTox
raise "unknown content-type for task : '"+res.content_type.to_s+"'"+" base-uri: "+base_uri.to_s+" content: "+res[0..200].to_s
end
- LOGGER.debug "result is a task '"+task.uri.to_s+"', wait for completion"
+ #LOGGER.debug "result is a task '"+task.uri.to_s+"', wait for completion"
task.wait_for_completion waiting_task
unless task.completed? # maybe task was cancelled / error
if task.errorReport