add connection info to title bar
[spider.git] / cmd / show / msg_status.pl
index 1d6054091d149205c7b66cf9094f47328e7e8abb..6c3e1cb3efae3e0cac75eda63390192cc1e17108 100644 (file)
@@ -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 $r->{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";
        }
 }