summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-23 17:06:38 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-23 17:22:16 +0100
commit871cb459862d86e8c572e52a0beca8b5381883f5 (patch)
treebc5aaa1ca6f996166d1384c623fec786311202ad
parentf3405131b5bab67ec0757eeeb2c0b7f532c9e05e (diff)
dgit: archive_api_query_curl: Add a bit of debug
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit2
1 files changed, 2 insertions, 0 deletions
diff --git a/dgit b/dgit
index 4a5cae1..7e975e1 100755
--- a/dgit
+++ b/dgit
@@ -1217,6 +1217,8 @@ sub archive_api_query_curl ($) {
}
}
+ printdebug "archive api query: fetching $url...\n";
+
my $x = $curl->perform();
fail f_ "fetch of %s failed (%s): %s",
$url, $curl->strerror($x), $curl->errbuf