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 b1c52f60 Identify site with bad ref
b1c52f60 is described below
commit b1c52f60fb99f7a7bd616c8a098789cca6c74f21
Author: Sebb <[email protected]>
AuthorDate: Thu Apr 25 09:05:01 2024 +0100
Identify site with bad ref
---
tools/site-scan.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index b52ea858..583d4617 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -166,7 +166,7 @@ def parse(id, site, name, podling=false)
subpages.add site2.to_s
end
rescue StandardError
- $stderr.puts "Bad a_href #{a_href}"
+ $stderr.puts "#{id}: Bad a_href #{a_href}"
end
end
end