X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraapi.c;h=e13da6bb7c8e67ef126e2a369a0fdf827bf17060;hb=153745fb3ac60cf1e66e51ad9fb24bc014b62679;hp=99054132b8141959706c72d6fad80d787d7b2eaf;hpb=161aa7805930f6b91ccea027e4afa4ccce41c379;p=idzebra-moved-to-github.git diff --git a/index/zebraapi.c b/index/zebraapi.c index 9905413..e13da6b 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,4 +1,4 @@ -/* $Id: zebraapi.c,v 1.238 2006-12-18 23:40:07 adam Exp $ +/* $Id: zebraapi.c,v 1.239 2006-12-19 16:57:38 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -436,7 +436,7 @@ struct zebra_register *zebra_register_open(ZebraService zs, const char *name, sort_type = ZEBRA_SORT_TYPE_ISAMB; else { - yaz_log (YLOG_WARN, "bad_value for 'sort:'"); + yaz_log (YLOG_WARN, "bad_value for 'sortindex'"); ret = ZEBRA_FAIL; }