mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-7989 add more debugging data
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user