From 4996e114d85dc25968183c60b5796f09475bf921 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Apr 2005 09:02:40 +0000 Subject: [PATCH] Cosmetic. --- index/zebraapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index/zebraapi.c b/index/zebraapi.c index f3165d5..22912a0 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,4 +1,4 @@ -/* $Id: zebraapi.c,v 1.158 2005-04-13 13:03:47 adam Exp $ +/* $Id: zebraapi.c,v 1.159 2005-04-14 09:02:40 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -2119,7 +2119,7 @@ int zebra_search_PQF (ZebraHandle zh, const char *pqf_query, assert(pqf_query); assert(setname); - yaz_log(log_level, "zebra_search_PQF s=%s q=%s",setname, pqf_query); + yaz_log(log_level, "zebra_search_PQF s=%s q=%s", setname, pqf_query); query = p_query_rpn (odr, PROTO_Z3950, pqf_query); -- 1.7.10.4