gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix #6470: clarify that this is


From: gnunet
Subject: [taler-merchant] branch master updated: fix #6470: clarify that this is not an HTTP status
Date: Sat, 22 Aug 2020 13:55:28 +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 0a30c30  fix #6470: clarify that this is not an HTTP status
0a30c30 is described below

commit 0a30c302df1e04eacb84d77b73247b61ff37cc81
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 22 13:55:25 2020 +0200

    fix #6470: clarify that this is not an HTTP status
---
 src/backend/taler-merchant-httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 5c6924c..120475d 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -574,7 +574,7 @@ handle_mhd_completion_callback (void *cls,
   if (NULL == hc)
     return;
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Finished handling request for `%s' with status %d\n",
+              "Finished handling request for `%s' with MHD termination code 
%d\n",
               hc->url,
               (int) toe);
   if (NULL != hc->cc)

-- 
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]