From 12ad087f70459f42152433c05c3b57669ed51e58 Mon Sep 17 00:00:00 2001 From: minima Date: Thu, 2 Nov 2000 00:27:01 +0000 Subject: [PATCH] and again --- cmd/show/msg_status.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/show/msg_status.pl b/cmd/show/msg_status.pl index 1d605409..270e3f61 100644 --- a/cmd/show/msg_status.pl +++ b/cmd/show/msg_status.pl @@ -23,7 +23,7 @@ if (!$line || $line =~ /^w/i) { push @out, "----------"; for (keys %DXMsg::work) { my $r = $DXMsg::work{$_}; - push @out, print_all_fields($self, $r, "Msg Parameters $r->{msgno}"); + push @out, "$_ : stream $r->{stream}, tonode $r->{tonode}, fromnode $r->{fromnode}, count $r->{count}\n"; } } -- 2.34.1