change (possible) common error message from warning to debug
authorNathan S. Evans <evans@in.tum.de>
Thu, 23 Dec 2010 15:06:42 +0000 (15:06 +0000)
committerNathan S. Evans <evans@in.tum.de>
Thu, 23 Dec 2010 15:06:42 +0000 (15:06 +0000)
src/transport/gnunet-service-transport.c

index 1a22e64f5912cc4de85a5e567f6820f694c2e912..b8b4203f9d04116922030162567eced8d95f1d72 100644 (file)
@@ -4461,7 +4461,7 @@ handle_ping(void *cls, const struct GNUNET_MessageHeader *message,
                    plugin->env.my_identity,
                    sizeof (struct GNUNET_PeerIdentity)))
     {
-      GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   _("Received `%s' message from `%s' destined for `%s' which is not me!\n"),
                  "PING",
                  (sender_address != NULL)