X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fstat%2Fmsg.pl;h=2b937d81f1db2633e5bb51310a5fde04afe1c6fe;hb=cee25b44617748c623c45f20ff78eca71c3cdc7c;hp=da4a726248cab01d9825682e2622bdab4d53e272;hpb=c4f04ae165fdc765f3baa26fa2b28b52cf967674;p=spider.git diff --git a/cmd/stat/msg.pl b/cmd/stat/msg.pl index da4a7262..2b937d81 100644 --- a/cmd/stat/msg.pl +++ b/cmd/stat/msg.pl @@ -23,10 +23,11 @@ if (@list == 0) { $lines = @$lref if $lref; my $count = $ref->count; my $to = $ref->to; + my $from = $ref->from; my $lastt = $ref->lastt ? " Last Processed: " . cldatetime($ref->lastt) : ""; my $waitt = $ref->waitt ? " Waiting since: " . cldatetime($ref->waitt) : ""; - push @out, " $call -> $to msg: $msgno stream: $stream Count: $count Lines: $lines$lastt$waitt"; + push @out, "$from -> $to msg: $msgno stream: $stream Count: $count Lines: $lines$lastt$waitt"; } } else { foreach my $msgno (@list) {