From 2ad3f13ef50c105ebedbaff56992df7b23c0136c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 12 Jun 2012 16:48:10 +0100 Subject: [PATCH] fix respawn error handling --- applet.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet.tcl b/applet.tcl index c3c4c4e..133eb13 100644 --- a/applet.tcl +++ b/applet.tcl @@ -338,7 +338,7 @@ proc run-child {} { set ratelimit [lrange $ratelimit 1 end] } if {[llength $ratelimit] > 10} { - debug stderr "crashing repeatedly, quitting $ratelimit" + puts stderr "crashing repeatedly, quitting $ratelimit" exit 127 } -- 2.30.2