nolog
authorChristian Grothoff <christian@grothoff.org>
Thu, 29 Sep 2011 23:24:54 +0000 (23:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 29 Sep 2011 23:24:54 +0000 (23:24 +0000)
src/dht/gnunet-service-dht_datacache.c

index 9ecbd36734db7365118b32542601dbcb86f6a211..1ba176e6eaa13f34bb9feb57c8c5e0c104532b74 100644 (file)
@@ -109,10 +109,6 @@ GDS_DATACACHE_handle_put (struct GNUNET_TIME_Absolute expiration,
   memcpy (pp, put_path, put_path_length * sizeof (struct GNUNET_PeerIdentity));
   memcpy (&pp[put_path_length],
          data, data_size);
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-             "Storing data for `%s' after put path of %u hops!\n",
-             GNUNET_h2s (key),
-             put_path_length);
   (void) GNUNET_DATACACHE_put (datacache, key, 
                               plen, (const char *) pe, type,
                               expiration);