summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-04-06 11:04:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-04-06 12:56:34 +0200
commit2f4d577e60a934e2845c90e00bac06072351ec65 (patch)
treef9f6533af80d9011290b73123ff6da73a71c7e1e /desktop
parentc0919c6e5787dfb45f1a3e4b8b5ad6f1ff28f1ae (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/minidump/minidump.cxx4
1 files changed, 2 insertions, 2 deletions
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)
{