From 247113bc4211efc45bdff87daefa8796561c89b5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Jul 2007 08:01:06 +0000 Subject: [PATCH] Removed 'Destroying orphan connection' warning. --- src/connection.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -- 1.7.10.4