projects
/
idzebra-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:
3c06adf
)
List version in start message
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 30 May 2005 13:39:55 +0000
(13:39 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 30 May 2005 13:39:55 +0000
(13:39 +0000)
index/zebraapi.c
patch
|
blob
|
history
diff --git
a/index/zebraapi.c
b/index/zebraapi.c
index
80b4f73
..
393f8b2
100644
(file)
--- a/
index/zebraapi.c
+++ b/
index/zebraapi.c
@@
-1,4
+1,4
@@
-/* $Id: zebraapi.c,v 1.120.2.8 2005-05-30 13:24:53 adam Exp $
+/* $Id: zebraapi.c,v 1.120.2.9 2005-05-30 13:39:55 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
Index Data Aps
@@
-150,7
+150,7
@@
ZebraService zebra_start_res (const char *configName, Res def_res, Res over_res)
{
Res res;
- yaz_log(LOG_API|LOG_LOG,"zebra_start %s",configName);
+ yaz_log(LOG_LOG,"zebra_start %s %s", configName, ZEBRAVER);
if ((res = res_open (configName, def_res, over_res)))
{