]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/DebianExtra.pl
* disable debugging output of the soap object returned
[infobot.git] / src / Modules / DebianExtra.pl
index e9e7d43589dc92044cc53f19ba22fb0aacb06b74..e01f85744de6f52de2066a74b63d6a505ace3357 100644 (file)
@@ -89,9 +89,10 @@ sub do_id($) {
     my $soap = SOAP::Lite->uri('Debbugs/SOAP/1')->
        proxy('http://bugs.debian.org/cgi-bin/soap.cgi');
     $soap->transport->env_proxy();
-    my $temp = $soap->get_status(bug => $bug_num);
+    my $temp = $soap->get_status($bug_num);
     use Data::Dumper;
-    &::DEBUG(Dumper($temp));
+    # enabling this will cause amazing amounts of output
+    # &::DEBUG(Dumper($temp));
     if ($temp->fault) {
        return "Some failure (".$temp->fault->{faultstring}.")";
     }