From: Adam Dickmeiss Date: Tue, 23 Apr 2002 18:09:05 +0000 (+0000) Subject: Minor change X-Git-Tag: ZEBRA.1.3.0~76 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=b0af93f1eaf72822168b479ce83d91ccad3546a3;p=idzebra-moved-to-github.git Minor change --- diff --git a/index/main.c b/index/main.c index 20bfb2b..f0512c2 100644 --- a/index/main.c +++ b/index/main.c @@ -2,7 +2,7 @@ * Copyright (C) 1994-2002, Index Data * All rights reserved. * - * $Id: main.c,v 1.87 2002-04-23 18:07:17 adam Exp $ + * $Id: main.c,v 1.88 2002-04-23 18:09:05 adam Exp $ */ #include #include @@ -232,7 +232,7 @@ int main (int argc, char **argv) zebra_stop (zs); #if HAVE_SYS_TIMES_H times(&tms2); - yaz_log (LOG_LOG, "user/system: %ld/%ld", + yaz_log (LOG_LOG, "zebraidx user/system: %ld/%ld", (long) tms2.tms_utime - tms1.tms_utime, (long) tms2.tms_stime - tms1.tms_stime); #endif