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

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


The following commit(s) were added to refs/heads/master by this push:
     new fde4fca  Downgrade to warning
fde4fca is described below

commit fde4fcaa1e83de80b4975f0832618c49f6489e0c
Author: Sebb <[email protected]>
AuthorDate: Thu May 13 11:45:21 2021 +0100

    Downgrade to warning
---
 www/roster/public_committee_info.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/public_committee_info.rb 
b/www/roster/public_committee_info.rb
index 2a95b9f..3c15e39 100644
--- a/www/roster/public_committee_info.rb
+++ b/www/roster/public_committee_info.rb
@@ -177,7 +177,7 @@ if ARGV.length >= 2
   metadata.each do |key, value|
     retired = value[:retired]
     if retired
-      Wunderbar.error "#{key} has no display name" unless value[:name]
+      Wunderbar.warn "#{key} has no display name" unless value[:name]
       data[key] = {
         display_name: value[:name],
         retired: retired

Reply via email to