From: Adam Dickmeiss Date: Thu, 12 Jul 2007 08:01:06 +0000 (+0000) Subject: Removed 'Destroying orphan connection' warning. X-Git-Tag: PAZPAR2.1.0.2~61 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=247113bc4211efc45bdff87daefa8796561c89b5;p=pazpar2-moved-to-github.git Removed 'Destroying orphan connection' warning. --- diff --git a/src/connection.c b/src/connection.c index a75066e..109aa58 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1,4 +1,4 @@ -/* $Id: connection.c,v 1.6 2007-07-03 11:21:48 adam Exp $ +/* $Id: connection.c,v 1.7 2007-07-12 08:01:06 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -145,7 +145,6 @@ static void connection_handler(IOCHAN i, int event) se = client_get_session(cl); else { - yaz_log(YLOG_WARN, "Destroying orphan connection"); connection_destroy(co); return; }