logging
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 6 Oct 2011 13:41:00 +0000 (13:41 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 6 Oct 2011 13:41:00 +0000 (13:41 +0000)
src/transport/plugin_transport_http_server.c

index 2ec5964cafa850879c4d2ab1c6e735e66d5ddb32..7da21fadcd3d13b3d28f0058eef628e749beba7b 100644 (file)
@@ -886,7 +886,7 @@ server_schedule (struct Plugin *plugin, struct MHD_Daemon *daemon_handle, int no
     if (timeout != last_timeout)
     {
 #if VERBOSE_SERVER
-      GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, plugin->name,
+      GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
                        "SELECT Timeout changed from %llu to %llu\n",
                        last_timeout, timeout);
 #endif