projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92603b
)
Removed 'Destroying orphan connection' warning.
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 12 Jul 2007 08:01:06 +0000
(08:01 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 12 Jul 2007 08:01:06 +0000
(08:01 +0000)
src/connection.c
patch
|
blob
|
history
diff --git
a/src/connection.c
b/src/connection.c
index
a75066e
..
109aa58
100644
(file)
--- 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;
}