summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-18 02:21:03 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-18 02:21:03 +0200
commit294730cf014e3ce74f16d886516e8fc02df3bd18 (patch)
treea4bd4ad27525aac70f21722ece322e549a787fb1 /src/exchange
parenta98e13122657c22781f248b48d33088f906e47d0 (diff)
downloadexchange-294730cf014e3ce74f16d886516e8fc02df3bd18.tar.gz
exchange-294730cf014e3ce74f16d886516e8fc02df3bd18.tar.bz2
exchange-294730cf014e3ce74f16d886516e8fc02df3bd18.zip
fix #6769, plus some related configuration issues and better documentation
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 917b686e0..a0e9de8a4 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1729,8 +1729,8 @@ main (int argc,
if ( (-1 == flags) &&
(EBADF == errno) )
{
- fprintf (stderr,
- "Bad listen socket passed, ignored\n");
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ "Bad listen socket passed, ignored\n");
fh = -1;
}
flags |= FD_CLOEXEC;
@@ -1740,6 +1740,8 @@ main (int argc,
flags)) )
GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR,
"fcntl");
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Successfully obtained listen socket from hypervisor\n");
}
/* initialize #internal_key_state with an RC of 1 */