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 5c13ce3a Show failure text for debugging
5c13ce3a is described below

commit 5c13ce3a1482f1c64826b37e5260f841a6cb13d7
Author: Sebb <[email protected]>
AuthorDate: Sun Dec 17 11:00:14 2023 +0000

    Show failure text for debugging
---
 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 d8adeb96..8a3f3ddc 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -211,7 +211,7 @@ def exec_with_timeout(cmd, timeout)
       stdout = rout.readlines.join
       stderr = rerr.readlines.join
       unless status
-        $stderr.puts "WARN:  #{Time.now} failed scanning #{cmd[-1]} #{pid}"
+        $stderr.puts "WARN:  #{Time.now} failed scanning #{cmd} #{pid} 
#{stderr}"
         stderr = 'Scanning failed'
       end
 

Reply via email to