solenv/bin/download_external_dependencies.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9825e795eca5a633a169e8e8511b9215be102762 Author: Damjan Jovanovic <[email protected]> Date: Fri Feb 19 22:58:06 2016 +0000 Log the HTTP status when a download in ./bootstrap fails. Patch by: me diff --git a/solenv/bin/download_external_dependencies.pl b/solenv/bin/download_external_dependencies.pl index 5cc5a25..9db822b 100755 --- a/solenv/bin/download_external_dependencies.pl +++ b/solenv/bin/download_external_dependencies.pl @@ -551,7 +551,7 @@ sub DownloadFile ($$$) } else { - print "download from $URL failed\n"; + print "download from $URL failed (" . $response->status_line . ")\n"; } close($out); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
