From: Adam Dickmeiss Date: Thu, 23 Oct 2003 13:59:37 +0000 (+0000) Subject: Fix single log entry X-Git-Tag: YAZPP.0.7.2~9 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=dfa2a32a991f1b94dcb1d6e0367374c60f672830 Fix single log entry --- diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index 8c08847..5864a12 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -2,7 +2,7 @@ * Copyright (c) 1998-2003, Index Data. * See the file LICENSE for details. * - * $Id: yaz-proxy.cpp,v 1.68 2003-10-23 13:49:58 adam Exp $ + * $Id: yaz-proxy.cpp,v 1.69 2003-10-23 13:59:37 adam Exp $ */ #include @@ -1340,8 +1340,8 @@ void Yaz_Proxy::pre_init() other++; } } - yaz_log(LOG_LOG, "%s pre-init%s %s use=%d other=%d spare=%d preinit=%d", - m_session_str, + yaz_log(LOG_LOG, "%spre-init %s %s use=%d other=%d spare=%d " + "preinit=%d",m_session_str, name, zurl_in_use[j], in_use, other, spare, pre_init); if (spare < pre_init) {