summaryrefslogtreecommitdiff
path: root/fminer.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-06-24 08:38:09 +0200
committerChristoph Helma <helma@in-silico.ch>2010-06-24 08:38:09 +0200
commitf4dc136ee14d22a99d4704e9781a8da681f5eafb (patch)
tree439af65ca285cfd3926ac08a6c5a1ff57ecae581 /fminer.rb
parent054a01b5fe8473733db2809cad26a69023ba2737 (diff)
logger warning fixed
Diffstat (limited to 'fminer.rb')
-rw-r--r--fminer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/fminer.rb b/fminer.rb
index ee55b7f..80ee8ee 100644
--- a/fminer.rb
+++ b/fminer.rb
@@ -80,7 +80,7 @@ post '/fminer/?' do
@@fminer.AddCompound(smiles,id)
@@fminer.AddActivity(activity, id)
rescue
- LOGGER.warn "Could not add " + smiles + "\t" + activity + " to fminer"
+ LOGGER.warn "Could not add " + smiles + "\t" + act.to_s + " to fminer"
end
end
end