X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=infra%2Fdgit-repos-policy-debian;h=67975bd7ab0fffb4dcc51aa735accbd962a71bda;hp=ce98cd72e46bfa104cf57182037dfb09d8f8a51b;hb=f82da50bcda81c6b3751e172dc943d4c348f4f72;hpb=f5fbed52cee73ceb72984a0f529a6444501432bd diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index ce98cd72..67975bd7 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; }