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:
parent
c0919c6e57
commit
2f4d577e60
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue