Fix --enable-breakpad builds

...after c9b69e412b "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>
This commit is contained in:
Stephan Bergmann 2022-04-06 11:04:34 +02:00
parent c0919c6e57
commit 2f4d577e60

View file

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