From c4b0295197fb7d6be6862e2ab2d5dead649f31a5 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 27 Jul 2008 13:48:51 +0000 Subject: [PATCH] puts rather than lputs on realtime failure so we always report it --- hostside/multiplex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostside/multiplex b/hostside/multiplex index 5bf8ef5..611e3ef 100755 --- a/hostside/multiplex +++ b/hostside/multiplex @@ -584,7 +584,7 @@ proc realtime-failed {k m} { } else { catch { close $realtime } } - lputs "<<\$ $k : $m" + puts "<<\$ $k : $m" catch { unset realtime } if {[catch { set sef [open +realtime.stderr r] -- 2.30.2