chiark / gitweb /
fix respawn error handling
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jun 2012 15:48:10 +0000 (16:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jun 2012 15:48:10 +0000 (16:48 +0100)
applet.tcl

index c3c4c4e463a437f6fc4edc1ec64f1c569bcd5057..133eb13d4ab3d0731f4dd0a155f2085068d21968 100644 (file)
@@ -338,7 +338,7 @@ proc run-child {} {
        set ratelimit [lrange $ratelimit 1 end]
     }
     if {[llength $ratelimit] > 10} {
        set ratelimit [lrange $ratelimit 1 end]
     }
     if {[llength $ratelimit] > 10} {
-       debug stderr "crashing repeatedly, quitting $ratelimit"
+       puts stderr "crashing repeatedly, quitting $ratelimit"
        exit 127
     }
 
        exit 127
     }