X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Flog.c;h=e208fbf2f9eb7748ef95346945e87793850c0f36;hb=906a5ab4a9c3b8b9a4bef15de1df58ab873a1cb5;hp=42e1167a30c647f2e3ba4360cdd79a1296fd9172;hpb=cdf2ebfab56b50232a49bc4032d90704794ca4c0;p=yaz-moved-to-github.git diff --git a/util/log.c b/util/log.c index 42e1167..e208fbf 100644 --- a/util/log.c +++ b/util/log.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2002, Index Data * See the file LICENSE for details. * - * $Id: log.c,v 1.28 2002-08-29 09:58:42 adam Exp $ + * $Id: log.c,v 1.29 2002-09-25 12:37:07 adam Exp $ */ #if HAVE_CONFIG_H @@ -177,7 +177,7 @@ void yaz_log(int level, const char *fmt, ...) strcat(buf, "]"); } #else - sprintf(buf + strlen(buf), " [%s]", strerror(errno)); + sprintf(buf + strlen(buf), " [%s]", strerror(yaz_errno())); #endif } if (start_hook_func)