aboutsummaryrefslogtreecommitdiff
path: root/src/curl
diff options
context:
space:
mode:
Diffstat (limited to 'src/curl')
-rw-r--r--src/curl/curl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index 82eb28ed9..01c7c5fca 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -556,7 +556,9 @@ GNUNET_CURL_download_get_result_ (struct GNUNET_CURL_DownloadBuffer *db,
556 } 556 }
557 if (0 != db->buf_size) 557 if (0 != db->buf_size)
558 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 558 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
559 "Did NOT detect response as JSON\n"); 559 "Did NOT detect response `%.*s' as JSON\n",
560 (int) db->buf_size,
561 (const char *) db->buf);
560 return NULL; 562 return NULL;
561 } 563 }
562 json = NULL; 564 json = NULL;