diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-20 10:11:31 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-20 10:11:31 +0100 |
commit | 312d52b90edb94befceac92a8b75f42b912b4132 (patch) | |
tree | f2c656648d7f8eecee5e28e217720b95e26e1a6b /lib | |
parent | 6911d79f14386c0d30c5e4512746def39a6712be (diff) | |
parent | 08dac0261325cd757b7146f9626f3c7b48cc672c (diff) |
Merge branch 'release/0.6' into wdtk
Diffstat (limited to 'lib')
-rw-r--r-- | lib/quiet_opener.rb | 2 |
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 |