aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-05 14:45:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-05 14:45:36 +0000
commitd66c82ae1328bf3d58e66d4643f610523a33498f (patch)
tree30cf1f7b21b3ce822eb462d91f9208ed7b1ca7be /src/transport/gnunet-service-transport.c
parentbc4d6bbbb097dc12fb1a19b56147abd56031b1fd (diff)
downloadgnunet-d66c82ae1328bf3d58e66d4643f610523a33498f.tar.gz
gnunet-d66c82ae1328bf3d58e66d4643f610523a33498f.zip
LRN: cosmetics
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 878ab2618..30bcad806 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -215,7 +215,7 @@ plugin_env_receive_callback (void *cls, const struct GNUNET_PeerIdentity *peer,
215 type = ntohs (message->type); 215 type = ntohs (message->type);
216#if DEBUG_TRANSPORT 216#if DEBUG_TRANSPORT
217 217
218 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Received Message with type %u\n", type); 218 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received Message with type %u\n", type);
219#endif 219#endif
220 220
221 switch (type) 221 switch (type)