[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
- [GNUnet-SVN] [taler-twister] branch master updated (2e773e8 -> 5ac6f8f), gnunet, 2018/05/16
- [GNUnet-SVN] [taler-twister] 11/11: json_dumpb() way better., gnunet, 2018/05/16
- [GNUnet-SVN] [taler-twister] 06/11: dumping stringified flipped object into io_buf., gnunet, 2018/05/16
- [GNUnet-SVN] [taler-twister] 09/11: debug stmt,
gnunet <=
- [GNUnet-SVN] [taler-twister] 05/11: object "walker" is HttpResponse-agnostic., gnunet, 2018/05/16
- [GNUnet-SVN] [taler-twister] 03/11: Bring difference into the service component., gnunet, 2018/05/16
- [GNUnet-SVN] [taler-twister] 08/11: export "flippers" to the internal API., gnunet, 2018/05/16
- [GNUnet-SVN] [taler-twister] 02/11: Differentiate between bit-flipping in download and upload., gnunet, 2018/05/16
- [GNUnet-SVN] [taler-twister] 01/11: Walk objects.., gnunet, 2018/05/16
- [GNUnet-SVN] [taler-twister] 10/11: do not use "tmp" buffer for response, gnunet, 2018/05/16
- [GNUnet-SVN] [taler-twister] 04/11: cosmetics., gnunet, 2018/05/16
- [GNUnet-SVN] [taler-twister] 07/11: debug stmt, gnunet, 2018/05/16