diff options
Diffstat (limited to 'src/util/client.c')
-rw-r--r-- | src/util/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/client.c b/src/util/client.c index 69380c9b03..8b4776201e 100644 --- a/src/util/client.c +++ b/src/util/client.c @@ -1007,6 +1007,7 @@ client_notify (void *cls, size_t size, void *buf) size_t ret; struct GNUNET_TIME_Relative delay; + LOG (GNUNET_ERROR_TYPE_DEBUG, "client_notify is running\n"); th->th = NULL; client->th = NULL; if (NULL == buf) |