summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-06-23 13:16:12 +0000
committerChristoph Helma <helma@in-silico.ch>2011-06-23 13:16:12 +0000
commit400f8a894bbd0f781735fd94e9707ef8ff8fc577 (patch)
treef0d29cb5100636c5ba5566895f2c86943bce9882
parenta1e196ecbfcd40adbe6221c264adcf653a388d57 (diff)
lazar predictions fixed
-rw-r--r--application.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/application.rb b/application.rb
index c03d1b7..7d3de38 100644
--- a/application.rb
+++ b/application.rb
@@ -69,9 +69,9 @@ delete '/:id/?' do
if @subjectid and !File.exists? @yaml_file and @uri
begin
res = OpenTox::Authorization.delete_policies_from_uri(@uri, @subjectid)
- LOGGER.debug "Policy deleted for Dataset URI: #{@uri} with result: #{res}"
+ LOGGER.debug "Policy deleted for Model URI: #{@uri} with result: #{res}"
rescue
- LOGGER.warn "Policy delete error for Dataset URI: #{@uri}"
+ LOGGER.warn "Policy delete error for Model URI: #{@uri}"
end
end
response['Content-Type'] = 'text/plain'