gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: debug statement.


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: debug statement.
Date: Fri, 09 Mar 2018 09:37:51 +0100

This is an automated email from the git hooks/post-receive script.

marcello-stanisci pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d82b229b3 debug statement.
d82b229b3 is described below

commit d82b229b34c49679a1b78280692afb8e48e58e58
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 9 09:37:35 2018 +0100

    debug statement.
---
 src/curl/curl.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/curl/curl.c b/src/curl/curl.c
index 0a9fc5ffb..6bc17ad00 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -405,6 +405,8 @@ download_get_result (struct DownloadBuffer *db,
       GNUNET_break (0);
       *response_code = 0;
     }
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "Did NOT detect response as JSON\n");
     return NULL;
   }
   json = NULL;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]