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 c4051de4 What generates the warning
c4051de4 is described below
commit c4051de45fb57beee632166a0759abe310247ade
Author: Sebb <[email protected]>
AuthorDate: Wed May 29 09:13:51 2024 +0100
What generates the 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 ffb02c53..e2952d62 100644
--- a/www/roster/public_committee_info.rb
+++ b/www/roster/public_committee_info.rb
@@ -206,7 +206,7 @@ if ARGV.length >= 2
end
else
unless active.include? key
- Wunderbar.warn "Has '#{key}'' retired? Could not find it in
committee-info.txt!"
+ Wunderbar.warn "Checking committee-info.yml: has '#{key}'' retired?
Could not find it in committee-info.txt!"
end
end
end