X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/fb7f9d792afb5374b4cc4029869523736c5d9091..142228d2e0cc0729b6527a00c56a6e38edb290c1:/contrib/logparse.pl diff --git a/contrib/logparse.pl b/contrib/logparse.pl index 29043bae..a3d82840 100755 --- a/contrib/logparse.pl +++ b/contrib/logparse.pl @@ -414,7 +414,7 @@ my %packets = ( my $otherdir = ($direction eq "i" ? "o" : "i"); my $request = shift @{$chan->{'requests_' . $otherdir}}; if (defined $request) { - printf " to %s", $request; + printf " to %s", $request->[0]; } else { print " (spurious?)"; }