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 02f2125 Up log level - no recovery possible 02f2125 is described below commit 02f212577a822f8ec5354c3a388571be2521da36 Author: Sebb <s...@apache.org> AuthorDate: Fri May 6 23:28:02 2016 +0100 Up log level - no recovery possible --- lib/whimsy/asf/site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/whimsy/asf/site.rb b/lib/whimsy/asf/site.rb index 1afc780..5675c82 100644 --- a/lib/whimsy/asf/site.rb +++ b/lib/whimsy/asf/site.rb @@ -53,7 +53,7 @@ module ASF templates = ASF::SVN['asf/infrastructure/site/trunk/content'] file = "#{templates}/index.html" if not File.exist?(file) - Wunderbar.warn "Unable to find 'infrastructure/site/trunk/content'" + Wunderbar.error "Unable to find 'infrastructure/site/trunk/content'" return {} end return @@list if not @@list.empty? and File.mtime(file) == @@mtime -- To stop receiving notification emails like this one, please contact ['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].