gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] 09/11: debug stmt


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] 09/11: debug stmt
Date: Wed, 16 May 2018 10:42:04 +0200

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

marcello pushed a commit to branch master
in repository twister.

commit 650fbad5b606361507b457c835c4b127c4405594
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 15 13:54:58 2018 +0200

    debug stmt
---
 src/twister/taler-twister-service.c | 6 ++++++
 src/twister/twister_api.c           | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 7108e39..8ace6f6 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -541,7 +541,9 @@ curl_download_cb (void *ptr,
 
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              "Curl download proceeding\n");
+
   GNUNET_assert (REQUEST_STATE_DOWNLOAD_STARTED == hr->state);
+
   if (hr->io_size - hr->io_len < total)
   {
     GNUNET_assert (total + hr->io_size >= total);
@@ -1236,6 +1238,10 @@ create_response (void *cls,
     hr->io_len = malformed_size;
   }
 
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "About to check flip path UL: %s\n",
+              flip_path_ul);
+
   /* Upload (from the *client*) finished,
    * generate curl request to the proxied service.  */
   if (NULL == hr->curl)
diff --git a/src/twister/twister_api.c b/src/twister/twister_api.c
index c59e37a..672e434 100644
--- a/src/twister/twister_api.c
+++ b/src/twister/twister_api.c
@@ -325,6 +325,10 @@ TALER_TWISTER_flip_upload
   struct GNUNET_MQ_Envelope *env;
   struct TWISTER_FlipPath *src; //FIXME 'src' right name?
 
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 
+              "Will UL-flip: %s\n",
+              path);
+
   op = GNUNET_new (struct TALER_TWISTER_Operation);
   op->h = h;
   op->cb = cb;

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



reply via email to

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