aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-06-20 10:11:31 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-06-20 10:11:31 +0100
commit312d52b90edb94befceac92a8b75f42b912b4132 (patch)
treef2c656648d7f8eecee5e28e217720b95e26e1a6b /lib
parent6911d79f14386c0d30c5e4512746def39a6712be (diff)
parent08dac0261325cd757b7146f9626f3c7b48cc672c (diff)
Merge branch 'release/0.6' into wdtk
Diffstat (limited to 'lib')
-rw-r--r--lib/quiet_opener.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quiet_opener.rb b/lib/quiet_opener.rb
index f313b303c..cb8cf0619 100644
--- a/lib/quiet_opener.rb
+++ b/lib/quiet_opener.rb
@@ -27,7 +27,7 @@ def quietly_try_to_purge(host, url)
Rails.logger.warn("PURGE: Unable to reach host #{host}")
end
if result == "200"
- Rails.logger.info("PURGE: Purged URL #{url} at #{host}: #{result}")
+ Rails.logger.debug("PURGE: Purged URL #{url} at #{host}: #{result}")
else
Rails.logger.warn("PURGE: Unable to purge URL #{url} at #{host}: status #{result}")
end