gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] 01/03: Added log to beginsession


From: gnunet
Subject: [taler-taler-mdb] 01/03: Added log to beginsession
Date: Fri, 06 Dec 2019 10:15:22 +0100

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

dominik-hofer pushed a commit to branch master
in repository taler-mdb.

commit ec348cda522ac953ec1814eee8df885e76352848
Author: Dominik Hofer <address@hidden>
AuthorDate: Fri Dec 6 10:04:26 2019 +0100

    Added log to beginsession
---
 src/main.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index af40fe6..e874ac6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1644,8 +1644,11 @@ run_mdb_event_loop ()
   if ( (GNUNET_NO == mdb.session_running) &&
        (NULL == mdb.cmd) &&
        (NULL == mdb.last_cmd) )
+       {
+               GNUNET_log (GNUNET_ERROR_TYPE_INFO, 
+                                                               "Begining MDB 
session\n");
     mdb.cmd = &beginSession;
-
+       }
   if ( (NULL == mdb.wtask) &&
        ( (NULL != mdb.cmd) ||
          (mdb.tx_len > mdb.tx_off) ) )

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



reply via email to

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