summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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