aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-01 21:48:21 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-01 21:48:21 +0100
commitb7bdeb383c26de6c3ce9347c9f1c0ca01f1dbcec (patch)
treec5a6a5998e231ab8e237f5d16798ab97012d2ddb /src/backend/taler-merchant-httpd.c
parent30f6e2db9dcbc0284b8c39dfe423d90ce0b9d802 (diff)
parent1b610a05aad34dceb22c537df77ac04383b27884 (diff)
downloadmerchant-b7bdeb383c26de6c3ce9347c9f1c0ca01f1dbcec.tar.gz
merchant-b7bdeb383c26de6c3ce9347c9f1c0ca01f1dbcec.tar.bz2
merchant-b7bdeb383c26de6c3ce9347c9f1c0ca01f1dbcec.zip
Merge branch 'master' of ssh://taler.net:/var/git/merchant
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r--src/backend/taler-merchant-httpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 21fd545a..da4f6e8d 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -469,6 +469,7 @@ prepare_daemon ()
tv = GNUNET_TIME_UNIT_FOREVER_REL;
GNUNET_NETWORK_fdset_copy_native (wrs, &rs, max + 1);
GNUNET_NETWORK_fdset_copy_native (wws, &ws, max + 1);
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Adding run_daemon select task\n");
ret =
GNUNET_SCHEDULER_add_select (GNUNET_SCHEDULER_PRIORITY_HIGH,
tv, wrs, wws,