X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzinfo.c;h=f69af06956aba9d4d991676777620816dfabba6c;hb=3f1ccb1a5d47e99a07c4236f149f199dfebd21d0;hp=10775d6f5e045e36885e55cf861f7974787b3091;hpb=7d58178a1dc3caf91251a0d27a0e4e9e033b1b63;p=idzebra-moved-to-github.git diff --git a/index/zinfo.c b/index/zinfo.c index 10775d6..f69af06 100644 --- a/index/zinfo.c +++ b/index/zinfo.c @@ -3,7 +3,7 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * - * $Id: zinfo.c,v 1.26 2002-04-11 20:09:47 adam Exp $ + * $Id: zinfo.c,v 1.27 2002-04-15 09:07:10 adam Exp $ */ #include @@ -1451,7 +1451,7 @@ static void att_loadset(void *p, const char *n, const char *name) { data1_handle dh = (data1_handle) p; if (!data1_get_attset (dh, name)) - logf (LOG_WARN, "Couldn't load attribute set %s", name); + logf (LOG_WARN, "Directive attset failed for %s", name); } void zebraExplain_loadAttsets (data1_handle dh, Res res)