X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fmsg_status.pl;h=6462568afadd8767f255cb39a6e2454c01e418b1;hb=273e163e763b8b61ca39875ae2797e048d1895aa;hp=835ab8b33dc2f2020f92639e4af9e3ac82baa7fb;hpb=1566a1eefdf276e28698fc0e94b1cf3113fc25d5;p=spider.git diff --git a/cmd/show/msg_status.pl b/cmd/show/msg_status.pl index 835ab8b3..6462568a 100644 --- a/cmd/show/msg_status.pl +++ b/cmd/show/msg_status.pl @@ -23,7 +23,8 @@ if (!$line || $line =~ /^w/i) { push @out, "----------"; for (keys %DXMsg::work) { my $r = $DXMsg::work{$_}; - push @out, print_all_fields($self, $r, "Msg Parameters $msgno"); + push @out, "$_ : msgno $r->{msgno}, total lines $r->{linesreq}, count $r->{count}\n"; + push @out, "$_ : stream $r->{stream}, tonode $r->{tonode}, fromnode $r->{fromnode}\n"; } }