summaryrefslogtreecommitdiff
path: root/infra/dgit-repos-policy-debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-04 17:35:40 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-31 11:54:10 +0100
commitf82da50bcda81c6b3751e172dc943d4c348f4f72 (patch)
tree922038d927a59c49abf7f031d1cea1ea2a9a768a /infra/dgit-repos-policy-debian
parentf5fbed52cee73ceb72984a0f529a6444501432bd (diff)
dgit-repos-policy-debian: WIP bugfixes to debugging
Diffstat (limited to 'infra/dgit-repos-policy-debian')
-rwxr-xr-xinfra/dgit-repos-policy-debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian
index ce98cd7..67975bd 100755
--- a/infra/dgit-repos-policy-debian
+++ b/infra/dgit-repos-policy-debian
@@ -91,7 +91,7 @@ sub apiquery ($) {
defined $json or die "$subpath $! $?";
my $r = decode_json $json;
my $d = new Data::Dumper([$r], [qw(r)]);
- printdebug "apiquery $subpath | ", $d->Dump(), "\n" if $debuglevel>=2;
+ printdebug "apiquery $subpath | ", $d->Dump() if $debuglevel>=2;
return $r;
}