X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fmsg_status.pl;h=6c3e1cb3efae3e0cac75eda63390192cc1e17108;hb=5a5a0fce49c14f8fa065fd3601a36535625087b6;hp=835ab8b33dc2f2020f92639e4af9e3ac82baa7fb;hpb=1566a1eefdf276e28698fc0e94b1cf3113fc25d5;p=spider.git diff --git a/cmd/show/msg_status.pl b/cmd/show/msg_status.pl index 835ab8b3..6c3e1cb3 100644 --- a/cmd/show/msg_status.pl +++ b/cmd/show/msg_status.pl @@ -23,7 +23,9 @@ 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"); + my $n = @{$r->{lines}}; + push @out, "$_ : msgno $r->{msgno}, total lines $n, count $r->{count}\n"; + push @out, "$_ : stream $r->{stream}, tonode $r->{tonode}, fromnode $r->{fromnode}\n"; } }