gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: improve error message


From: gnunet
Subject: [taler-merchant] branch master updated: improve error message
Date: Fri, 19 Feb 2021 18:21:19 +0100

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 c060666e improve error message
c060666e is described below

commit c060666e1cf3ff87060304e2fbb5f0ac1cd18cd8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Feb 19 18:21:17 2021 +0100

    improve error message
---
 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 6205eeda..702a4b7d 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1958,7 +1958,7 @@ run (void *cls,
   if (NULL == mhd)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Failed to launch HTTP service, exiting.\n");
+                "Failed to launch HTTP service. Is the port in use?\n");
     GNUNET_SCHEDULER_shutdown ();
     return;
   }

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