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:
a9f14f3
)
Segment message is LOG_DEBUG
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 29 Aug 2006 08:27:59 +0000
(08:27 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 29 Aug 2006 08:27:59 +0000
(08:27 +0000)
index/zebraapi.c
patch
|
blob
|
history
diff --git
a/index/zebraapi.c
b/index/zebraapi.c
index
61268c2
..
84c8e7a
100644
(file)
--- a/
index/zebraapi.c
+++ b/
index/zebraapi.c
@@
-1,4
+1,4
@@
-/* $Id: zebraapi.c,v 1.225 2006-08-16 13:16:36 adam Exp $
+/* $Id: zebraapi.c,v 1.226 2006-08-29 08:27:59 adam Exp $
Copyright (C) 1995-2006
Index Data ApS
@@
-772,8
+772,10
@@
static void zebra_select_register (ZebraHandle zh, const char *new_reg)
{
if (res_get_int(zh->res, "segment", &zh->m_segment_indexing) ==
ZEBRA_OK)
- yaz_log(YLOG_LOG, "segment indexing set and is %d",
+ {
+ yaz_log(YLOG_DEBUG, "segment indexing set and is %d",
zh->m_segment_indexing);
+ }
}
}