gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] branch master updated: Progress callback de


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: Progress callback debug.
Date: Mon, 17 Sep 2018 10:24:51 +0200

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

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new 7e439ed  Progress callback debug.
7e439ed is described below

commit 7e439ed5c9d91ab984d306bb63e9e5c41770333b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Sep 17 10:24:05 2018 +0200

    Progress callback debug.
---
 src/twister/taler-twister-service.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 30e51db..663b68d 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -735,6 +735,8 @@ curl_progress_cb (void *clientp,
                   double ultotal,
                   double ulnow)
 {
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "I'm the progress callback\n");
   return CURLE_OK;
 }
 

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



reply via email to

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