aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xxmpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpt b/xmpt
index a43c037..19451f2 100755
--- a/xmpt
+++ b/xmpt
@@ -215,7 +215,7 @@ sub do_recv {
local $SIG{ALRM} = sub {
my $b = $readbuf;
chomp $b;
- die "Timed out waiting for match in $name step. Current read buffer:\n$b\n";
+ die "Timed out waiting for match in $name step. Current read buffer:\n$b\nMatcher:\n$re\n";
};
local $SIG{PIPE} = sub {
die "SIGPIPE received from '@ARGV' while matching in $name step.\n";