[Libreoffice-commits] core.git: desktop/source

Markus Mohrhard markus.mohrhard at googlemail.com
Mon May 23 13:33:57 UTC 2016


 desktop/source/app/crashreport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 908e46c7116d62718fc377b1e0eb53b39d42dc1f
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon May 23 15:27:23 2016 +0200

    use the TDF server as target for crash reports
    
    Change-Id: I0518bbad2f3550f8cac453c98af88a092448b5cd

diff --git a/desktop/source/app/crashreport.cxx b/desktop/source/app/crashreport.cxx
index 06e3c99..b9af1b7 100644
--- a/desktop/source/app/crashreport.cxx
+++ b/desktop/source/app/crashreport.cxx
@@ -45,7 +45,7 @@ void CrashReporter::writeCommonInfo()
     std::ofstream minidump_file(ini_path, std::ios_base::trunc);
     minidump_file << "ProductName=LibreOffice\n";
     minidump_file << "Version=" LIBO_VERSION_DOTTED "\n";
-    minidump_file << "URL=http://127.0.0.1:8000/submit\n";
+    minidump_file << "URL=http://crashreport.libreoffice.org/submit\n";
     minidump_file.close();
 
     updateMinidumpLocation();


More information about the Libreoffice-commits mailing list