From: minima Date: Thu, 2 Nov 2000 00:31:35 +0000 (+0000) Subject: final time? X-Git-Tag: R_1_45~55 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=273e163e763b8b61ca39875ae2797e048d1895aa;p=spider.git final time? --- diff --git a/cmd/show/msg_status.pl b/cmd/show/msg_status.pl index 270e3f61..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, "$_ : stream $r->{stream}, tonode $r->{tonode}, fromnode $r->{fromnode}, count $r->{count}\n"; + 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"; } }