summaryrefslogtreecommitdiff
path: root/lib/compound.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compound.rb')
-rw-r--r--lib/compound.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compound.rb b/lib/compound.rb
index 5992ee3..7d84a3c 100644
--- a/lib/compound.rb
+++ b/lib/compound.rb
@@ -83,7 +83,7 @@ module OpenTox
begin
RestClientWrapper.get("#{CACTUS_URI}#{to_inchi}/names").split("\n")
rescue
- "not available"
+ "CACTVS service not responding."
end
end