gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated (842c4a6 -> 12124f9)


From: gnunet
Subject: [taler-taler-mdb] branch master updated (842c4a6 -> 12124f9)
Date: Fri, 06 Dec 2019 10:15:21 +0100

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

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

    from 842c4a6  convert prefix and hostname to upper case for compact QR codes
     new ec348cd  Added log to beginsession
     new 0b4716e  Merge branch 'mdbIntegration'
     new 12124f9  Merge branch 'master' of git+ssh://git.taler.net/taler-mdb

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index aed63a7..0a69ebc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1877,8 +1877,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]