projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e10d8b
)
loglevel MESSAGE for the incoming connection message + type
author
lurchi
<lurchi@strangeplace.net>
Sat, 18 Feb 2017 17:00:49 +0000
(18:00 +0100)
committer
lurchi
<lurchi@strangeplace.net>
Sat, 18 Feb 2017 17:01:52 +0000
(18:01 +0100)
src/cadet/gnunet-cadet.c
patch
|
blob
|
history
diff --git
a/src/cadet/gnunet-cadet.c
b/src/cadet/gnunet-cadet.c
index d4286a1b00eb6dc4079e8e0deef66317d05b9261..a08c178f4ecc7438d306a289a18220182d894549 100644
(file)
--- a/
src/cadet/gnunet-cadet.c
+++ b/
src/cadet/gnunet-cadet.c
@@
-332,8
+332,8
@@
channel_incoming (void *cls,
struct GNUNET_CADET_Channel *channel,
const struct GNUNET_PeerIdentity *initiator)
{
- GNUNET_log (GNUNET_ERROR_TYPE_
DEBUG
,
- "Incom
m
ing connection from %s\n",
+ GNUNET_log (GNUNET_ERROR_TYPE_
MESSAGE
,
+ "Incoming connection from %s\n",
GNUNET_i2s_full (initiator));
GNUNET_assert (NULL == ch);
GNUNET_assert (NULL != lp);