From: minima Date: Thu, 2 Nov 2000 00:27:01 +0000 (+0000) Subject: and again X-Git-Tag: R_1_45~56 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=12ad087f70459f42152433c05c3b57669ed51e58;p=spider.git and again --- 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"; } }