From: Sebastian Hammer Date: Thu, 21 Dec 2006 04:27:48 +0000 (+0000) Subject: Minor X-Git-Tag: before.append.child~81 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=a7611f3ad5e430ee560036d0e5039d76638d8c96;hp=546998faa8f93274c37ee491bbfbb64b7d8857ca;p=pazpar2-moved-to-github.git Minor --- diff --git a/src/pazpar2.c b/src/pazpar2.c index f903c6a..2c4826f 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -1,4 +1,4 @@ -/* $Id: pazpar2.c,v 1.3 2006-12-20 23:28:37 adam Exp $ */; +/* $Id: pazpar2.c,v 1.4 2006-12-21 04:27:48 quinn Exp $ */; #include #include @@ -715,7 +715,7 @@ static void handler(IOCHAN i, int event) se = cl->session; else { - yaz_log(YLOG_WARN, "Destroying orphan connection (fix me?)"); + yaz_log(YLOG_WARN, "Destroying orphan connection"); connection_destroy(co); return; }