[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/bin

Damjan Jovanovic damjan at apache.org
Sat Feb 20 00:08:09 UTC 2016


 solenv/bin/download_external_dependencies.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9825e795eca5a633a169e8e8511b9215be102762
Author: Damjan Jovanovic <damjan at apache.org>
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);
 


More information about the Libreoffice-commits mailing list