From: Adam Dickmeiss Date: Tue, 1 Feb 2011 12:05:24 +0000 (+0000) Subject: Restructure print key debuggin X-Git-Tag: v2.0.46~19 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=b3b36220e89289a4a2e7b4ee1d28cf4df4e07635 Restructure print key debuggin --- diff --git a/index/kinput.c b/index/kinput.c index 97e6f6e..3b718be 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -50,7 +50,12 @@ struct key_file { Res res; }; -#if 0 + +#define PR_KEY_LOW 0 +#define PR_KEY_TOP 0 + +#if PR_KEY_LOW || PR_KEY_TOP + static void pkey(const char *b, int mode) { key_logdump_txt(YLOG_LOG, b, mode ? "i" : "d"); @@ -354,8 +359,6 @@ static int heap_read_one(struct heap_info *hi, char *name, char *key) return 1; } -#define PR_KEY_LOW 0 -#define PR_KEY_TOP 0 /* for debugging only */ void zebra_log_dict_entry(ZebraHandle zh, const char *s) @@ -415,7 +418,7 @@ int heap_cread_item2(void *vp, char **dst, int *insertMode) p->look_level++; } memcpy(*dst, p->key_1, p->sz_1); -#if 0 +#if PR_KEY_TOP yaz_log(YLOG_LOG, "DUP level=%d", p->look_level); pkey(*dst, *insertMode); #endif @@ -490,7 +493,8 @@ int heap_cread_item2(void *vp, char **dst, int *insertMode) } p->look_level = level; memcpy(*dst, p->key_1, p->sz_1); -#if 0 +#if PR_KEY_TOP + yaz_log(YLOG_LOG, "TOP"); pkey(*dst, *insertMode); #endif (*dst) += p->sz_1;