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 242c99bb Update pubsub.rb
242c99bb is described below

commit 242c99bbd6937e7fa5bcbceaa0d9ba241e3c5411
Author: Sebb <[email protected]>
AuthorDate: Thu Jun 26 08:23:58 2025 +0100

    Update pubsub.rb
---
 tools/pubsub.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/pubsub.rb b/tools/pubsub.rb
index 576d80a5..d88149c0 100644
--- a/tools/pubsub.rb
+++ b/tools/pubsub.rb
@@ -239,7 +239,7 @@ begin
       break
     end
   end
-  puts stamp 'Thread ended'
+  puts stamp 'Queue processing ended'
 rescue SignalException => e
   STDERR.puts stamp e.inspect
   restartable = false
@@ -247,7 +247,7 @@ rescue Exception => e
   STDERR.puts stamp e
   STDERR.puts stamp e.backtrace
   if ps_thread.alive?
-    restartable = false
+    restartable = false # why?
   end
 end
 

Reply via email to