From a98ed13ba0a28f3517e48a7f78c2ba0310f0c090 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 29 May 2012 12:32:40 +0000 Subject: [PATCH] - remove msg --- src/transport/plugin_transport_http_server.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c index b55c47582..39e69860c 100644 --- a/src/transport/plugin_transport_http_server.c +++ b/src/transport/plugin_transport_http_server.c @@ -577,7 +577,6 @@ error: found: sc = GNUNET_malloc (sizeof (struct ServerConnection)); - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Create %p\n", sc); sc->mhd_conn = mhd_connection; sc->direction = direction; sc->session = s; -- 2.25.1