another place
authorChristian Grothoff <christian@grothoff.org>
Wed, 20 Oct 2010 14:13:34 +0000 (14:13 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 20 Oct 2010 14:13:34 +0000 (14:13 +0000)
src/fs/gnunet-service-fs.c

index add1814b4ada45cedc73e23bb617fb2f522ec0b0..4d0d13c97cca51be853ed2d1bb17549d466a95f6 100644 (file)
@@ -2275,7 +2275,7 @@ test_get_load_too_high (uint32_t priority)
       return GNUNET_NO;
     }
   GNUNET_STATISTICS_update (stats,
-                           gettext_noop ("# requests dropped due to high load"),
+                           gettext_noop ("# priority determined to be high"),
                            1,
                            GNUNET_NO);
   return GNUNET_YES;
@@ -4016,7 +4016,10 @@ handle_p2p_get (void *cls,
                                gettext_noop ("# requests dropped due to high load"),
                                1,
                                GNUNET_NO);
+#if 0
+      /* FIXME: this causes problems... */
       return GNUNET_OK;
+#endif
     }
 #if DEBUG_FS 
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,