summaryrefslogtreecommitdiff
path: root/lib/model.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/model.rb')
-rw-r--r--lib/model.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/model.rb b/lib/model.rb
index 285ab3d..77b0274 100644
--- a/lib/model.rb
+++ b/lib/model.rb
@@ -221,8 +221,8 @@ module OpenTox
waiting_task.progress( count/d.compounds.size.to_f*100.0 ) if waiting_task
rescue => e
LOGGER.warn "prediction for compound "+compound_uri.to_s+" failed: "+e.message+" subjectid: #{subjectid}"
- #LOGGER.debug "#{e.class}: #{e.message}"
- #LOGGER.debug "Backtrace:\n\t#{e.backtrace.join("\n\t")}"
+ LOGGER.debug "#{e.class}: #{e.message}"
+ LOGGER.debug "Backtrace:\n\t#{e.backtrace.join("\n\t")}"
end
end