desktop/source/minidump/minidump.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2f4d577e60a934e2845c90e00bac06072351ec65
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Apr 6 11:04:34 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Apr 6 12:56:34 2022 +0200

    Fix --enable-breakpad builds
    
    ...after c9b69e412b9646f7d49f500d47a078c2ea155c8c "tdf#130924 replace 
debugging
    printf calls with SAL_INFO/SAL_WARN" (and remove now-redundant "\n")
    
    Change-Id: I11fb72d3b2f71ec0fce2386b1c0560cc873e2859
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132623
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/desktop/source/minidump/minidump.cxx 
b/desktop/source/minidump/minidump.cxx
index 407d1c7cb1f0..b6f52251206b 100644
--- a/desktop/source/minidump/minidump.cxx
+++ b/desktop/source/minidump/minidump.cxx
@@ -8,6 +8,7 @@
  */
 
 #include <desktop/minidump.hxx>
+#include <sal/log.hxx>
 
 #include <map>
 #include <fstream>
@@ -173,8 +174,7 @@ static bool uploadContent(std::map<std::string, 
std::string>& parameters, std::s
             "Failed to send http request to " <<
             url.c_str() <<
             ", error: " <<
-            curl_easy_strerror(cc)) <<
-            "\n");
+            curl_easy_strerror(cc));
 
     if (formpost != nullptr)
     {

Reply via email to