From: Dennis Schafroth Date: Mon, 12 Apr 2010 08:38:03 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 X-Git-Tag: v1.4.0~42^2~1 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=d579b5a9851d54eae72e67d617647138162abef6;hp=3b47eaa96ce461ca9581bb698949bb4b8e4c27b5;p=pazpar2-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 --- diff --git a/src/connection.c b/src/connection.c index 8d0d480..260196c 100644 --- a/src/connection.c +++ b/src/connection.c @@ -251,6 +251,7 @@ static void connection_handler(IOCHAN iochan, int event) /* no client associated with it.. We are probably getting a closed connection from the target.. Or, perhaps, an unexpected package.. We will just close the connection */ + yaz_log(YLOG_LOG, "timeout connection %p event=%d", co, event); connection_destroy(co); return; }