aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-23 15:02:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-23 15:02:05 +0000
commited26293ab9112f4ab36c23680315f6fb789e555a (patch)
tree64d99c93b368fe9c1741555f386d71a20cb23a63 /src/transport/gnunet-service-transport.c
parente656476c1e8676aecfadbc8d6c78e83c4bffc88d (diff)
downloadgnunet-ed26293ab9112f4ab36c23680315f6fb789e555a.tar.gz
gnunet-ed26293ab9112f4ab36c23680315f6fb789e555a.zip
more precise log message
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 bbbb6f78b..691319c33 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -179,7 +179,7 @@ process_payload (const struct GNUNET_PeerIdentity *peer,
179 break; 179 break;
180 case GNUNET_NO: 180 case GNUNET_NO:
181 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 181 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
182 _("Discarded %u bytes of type %u from %s: quota violated!\n"), 182 _("Discarded %u bytes of type %u from %s: quota violated or no neighbour record!\n"),
183 ntohs (message->size), 183 ntohs (message->size),
184 ntohs (message->type), 184 ntohs (message->type),
185 GNUNET_i2s (peer)); 185 GNUNET_i2s (peer));