X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fdir.c;fp=index%2Fdir.c;h=935a860e4b366c48785b92f65802e2b73e629dfa;hb=7b4417cdb8241d4502f531dadc0aa23f0cc46606;hp=3019221da34e10c605d35103cb93e1a306e2218b;hpb=81bea45797ad361518e842d9c8fc5438a764e4a1;p=idzebra-moved-to-github.git diff --git a/index/dir.c b/index/dir.c index 3019221..935a860 100644 --- a/index/dir.c +++ b/index/dir.c @@ -1,4 +1,4 @@ -/* $Id: dir.c,v 1.25 2002-09-03 12:22:21 adam Exp $ +/* $Id: dir.c,v 1.26 2002-09-06 10:28:02 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -66,7 +66,7 @@ struct dir_entry *dir_open (const char *rep, const char *base, *full_rep = '\0'; strcat (full_rep, rep); - logf (LOG_LOG, "dir_open %s", full_rep); + logf (LOG_DEBUG, "dir_open %s", full_rep); if (!(dir = opendir(full_rep))) { logf (LOG_WARN|LOG_ERRNO, "opendir %s", rep);