aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-27 21:46:13 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-27 21:50:22 +0100
commit0fb9f54b31e618aa2e73d29996bdd7d26b948cda (patch)
tree7053d65586aebaaa9a8e683f9ded8d0354f0a649 /src/cadet/test_cadet.c
parent14848b88f7b0d6f0f35ae8d89304062a96fe03cc (diff)
downloadgnunet-0fb9f54b31e618aa2e73d29996bdd7d26b948cda.tar.gz
gnunet-0fb9f54b31e618aa2e73d29996bdd7d26b948cda.zip
indentation fixes
Diffstat (limited to 'src/cadet/test_cadet.c')
-rw-r--r--src/cadet/test_cadet.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c
index b8587d449..79d9423fd 100644
--- a/src/cadet/test_cadet.c
+++ b/src/cadet/test_cadet.c
@@ -820,8 +820,9 @@ incoming_channel (void *cls,
820 else 820 else
821 { 821 {
822 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 822 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
823 "Incoming channel for unknown client %lu\n", (long) cls); 823 "Incoming channel for unexpected peer #%lu\n",
824 GNUNET_break(0); 824 (long) cls);
825 GNUNET_break (0);
825 } 826 }
826 if (NULL != disconnect_task) 827 if (NULL != disconnect_task)
827 { 828 {