merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

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

improve error message

Diffstat:
Msrc/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 @@ -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; }