gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 02/02: do not print warnings for perfectly


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 02/02: do not print warnings for perfectly expected status codes
Date: Wed, 08 Feb 2017 09:59:46 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 35920838742e7bdb7a995f5bacd67800597dd01a
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 8 08:02:01 2017 +0100

    do not print warnings for perfectly expected status codes
---
 src/exchange-lib/test_exchange_api.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/exchange-lib/test_exchange_api.c 
b/src/exchange-lib/test_exchange_api.c
index 5292da2..aa18f65 100644
--- a/src/exchange-lib/test_exchange_api.c
+++ b/src/exchange-lib/test_exchange_api.c
@@ -1590,6 +1590,12 @@ deposit_wtid_cb (void *cls,
       }
     }
     break;
+  case MHD_HTTP_ACCEPTED:
+    /* allowed, nothing to check here */
+    break;
+  case MHD_HTTP_NOT_FOUND:
+    /* allowed, nothing to check here */
+    break;
   default:
     GNUNET_break (0);
     break;
@@ -3143,7 +3149,7 @@ main (int argc,
       if (10 == iter)
       {
        fprintf (stderr,
-                "Failed to launch `taler-exchange-httpd' (or `wget')\n");      
+                "Failed to launch `taler-exchange-httpd' (or `wget')\n");
        GNUNET_OS_process_kill (exchanged,
                                SIGTERM);
        GNUNET_OS_process_wait (exchanged);

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



reply via email to

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