This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  bfffb67   Quieten; no longer needed
bfffb67 is described below

commit bfffb6726b40cd23ab0ef499b86f4687bfd10c69
Author: Sebb <s...@apache.org>
AuthorDate: Thu Apr 7 01:29:03 2016 +0100

    Quieten; no longer needed
---
 www/status/monitors/public_json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/status/monitors/public_json.rb 
b/www/status/monitors/public_json.rb
index bba798d..36fd9fe 100644
--- a/www/status/monitors/public_json.rb
+++ b/www/status/monitors/public_json.rb
@@ -85,7 +85,7 @@ def Monitor.public_json(previous_status)
     # Has there been a change since the last check?
     if previous_status[:data] and status[name] != previous_status[:data][name]
       lvl = status[name][:level] 
-      $stderr.puts "Status has changed for #{name} #{lvl}"
+#      $stderr.puts "Status has changed for #{name} #{lvl}"
       if lvl and lvl != 'info' and lvl != 'success' # was there a problem?
         # Save a copy of the log; append the severity so can track more 
problems
         name = File.basename(log)

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].

Reply via email to