aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-24 14:31:55 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-24 14:31:55 +0000
commit9f0a09cc13f4738303cd38e1b44b4f64df66e133 (patch)
tree15ffb2daa9ce4c71bdc0cbf214d1b8ddc3107b66 /src
parentd4295e8047e97026135c6a188274f64ae0549100 (diff)
downloadgnunet-9f0a09cc13f4738303cd38e1b44b4f64df66e133.tar.gz
gnunet-9f0a09cc13f4738303cd38e1b44b4f64df66e133.zip
- remove msg
Diffstat (limited to 'src')
-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 9a1d86ffe..93fd0d685 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -230,7 +230,7 @@ plugin_env_receive_callback (void *cls, const struct GNUNET_PeerIdentity *peer,
230 if (NULL == message) 230 if (NULL == message)
231 goto end; 231 goto end;
232 type = ntohs (message->type); 232 type = ntohs (message->type);
233 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Received Message with type %u from peer `%s'\n", type, GNUNET_i2s (peer)); 233 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received Message with type %u from peer `%s'\n", type, GNUNET_i2s (peer));
234 234
235 GNUNET_STATISTICS_update (GST_stats, 235 GNUNET_STATISTICS_update (GST_stats,
236 gettext_noop 236 gettext_noop