From: Anthony Minessale Date: Tue, 29 Sep 2015 19:48:46 +0000 (-0500) Subject: FS-7989 add more debugging data X-Git-Tag: v1.6.3~1^2~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730c79ca08a120d1e38c9cf700fb3f299b9503a5;p=thirdparty%2Ffreeswitch.git FS-7989 add more debugging data --- diff --git a/support-d/utils/fixbug.pl b/support-d/utils/fixbug.pl index 027d954bdb..573ef06ee2 100755 --- a/support-d/utils/fixbug.pl +++ b/support-d/utils/fixbug.pl @@ -34,6 +34,10 @@ if ($prog =~ /wget/) { } my $xml = `$cmd $url 2>/dev/null`; +if ($opts{debug}) { + print "URL $url\n"; + print $xml; +} my $xs= new XML::Simple; my $r = $xs->XMLin($xml);