aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet_local_mq.c
diff options
context:
space:
mode:
authorBart Polot <bart.polot+gnunet@gmail.com>2017-02-21 13:47:40 +0100
committerBart Polot <bart.polot+gnunet@gmail.com>2017-02-21 13:47:40 +0100
commite719c7792bab52ec9bb22ab8ed5ce6951f329404 (patch)
tree8065bf532f713e327622d2843d7957f4028e5b6e /src/cadet/test_cadet_local_mq.c
parent50d97ba0be211a608410bffa205ca1f8697a518d (diff)
downloadgnunet-e719c7792bab52ec9bb22ab8ed5ce6951f329404.tar.gz
gnunet-e719c7792bab52ec9bb22ab8ed5ce6951f329404.zip
- verbose log
Diffstat (limited to 'src/cadet/test_cadet_local_mq.c')
-rw-r--r--src/cadet/test_cadet_local_mq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/test_cadet_local_mq.c b/src/cadet/test_cadet_local_mq.c
index 785a8844f..19bafbed1 100644
--- a/src/cadet/test_cadet_local_mq.c
+++ b/src/cadet/test_cadet_local_mq.c
@@ -168,8 +168,8 @@ disconnected (void *cls,
168 const struct GNUNET_CADET_Channel *channel) 168 const struct GNUNET_CADET_Channel *channel)
169{ 169{
170 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 170 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
171 "disconnected cls: %p\n", 171 "disconnected channel %p, cls: %p\n",
172 cls); 172 channel, cls);
173 if (channel == ch) 173 if (channel == ch)
174 ch = NULL; 174 ch = NULL;
175} 175}