From 9934dcf59df9da97d93fb4ea7d7788779428a0ad Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 1 Apr 2014 11:19:34 +0200 Subject: [PATCH] MT#6165 ulog_parser.pl: add more info on error Call-ID --- bin/ulog_parser.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ulog_parser.pl b/bin/ulog_parser.pl index 3e41aba1..78d4d865 100755 --- a/bin/ulog_parser.pl +++ b/bin/ulog_parser.pl @@ -174,7 +174,7 @@ do } else { - print "Not this Call-ID:$msg\n" + print "Not this Call-ID[$data->{'callid'}]:$callid\n$msg\n" } } else