merchant

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

commit a27679c670c8223819d319b97302858fd772530c
parent 74c5c24e24e6cfa5bfd26fb21d70efaaf80f683d
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 26 Apr 2016 21:32:01 +0200

logging

Diffstat:
Msrc/backend/taler-merchant-httpd.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c @@ -694,6 +694,10 @@ run (void *cls, } GNUNET_free (mode); + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Creating listen socket '%s' with mode %o\n", + serve_unixpath, unixpath_mode); + un = GNUNET_new (struct sockaddr_un); un->sun_family = AF_UNIX; strncpy (un->sun_path, serve_unixpath, sizeof (un->sun_path) - 1); @@ -728,10 +732,6 @@ run (void *cls, return; } - GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "opened listen socket '%s' with mode %o\n", - serve_unixpath, unixpath_mode); - mhd = MHD_start_daemon (MHD_USE_SUSPEND_RESUME, 0, NULL, NULL,