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 01496277 Print the message ...
01496277 is described below

commit 014962772c53ec566b064a0c84942760f52bce2b
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 22 20:59:30 2025 +0100

    Print the message ...
---
 tools/pubsub2rake.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/pubsub2rake.rb b/tools/pubsub2rake.rb
index b4b96dfb..b896736a 100755
--- a/tools/pubsub2rake.rb
+++ b/tools/pubsub2rake.rb
@@ -90,6 +90,7 @@ class PubSub
     puts stamp "Thread started #{NAME} #{url} ..."
     ps_thread.join
     subject = "Thread finished #{NAME} %s..." % (@updated ? '(code updated) ' 
: '')
+    puts stamp subject
     if @restartable
       $stderr.puts stamp 'restarting'
 

Reply via email to