gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: do not warn on update after no p


From: gnunet
Subject: [taler-merchant] branch master updated: do not warn on update after no progress was made
Date: Sun, 16 Apr 2023 10:26:17 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 76db1c16 do not warn on update after no progress was made
76db1c16 is described below

commit 76db1c16e5b06a3eb885880fe718b9b608fa2fac
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 16 10:26:13 2023 +0200

    do not warn on update after no progress was made
---
 src/backend/taler-merchant-wirewatch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-wirewatch.c 
b/src/backend/taler-merchant-wirewatch.c
index 7ffc4e10..2adffe36 100644
--- a/src/backend/taler-merchant-wirewatch.c
+++ b/src/backend/taler-merchant-wirewatch.c
@@ -132,7 +132,7 @@ save (void)
     qs = db_plugin->insert_wirewatch_progress (db_plugin->cls,
                                                section,
                                                start_row);
-  if (qs <= 0)
+  if (qs < 0)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                 "Failed to persist wirewatch progress (%d)\n",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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