From 1a4e0df750b32e9debdbf9e63e2fe60ea39e5441 Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 11 Jun 2007 05:38:00 +0000 Subject: [PATCH] changed level of missing helpers message --- src/index/indexer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index/indexer.cpp b/src/index/indexer.cpp index a8d8df0c..eb724978 100644 --- a/src/index/indexer.cpp +++ b/src/index/indexer.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: indexer.cpp,v 1.58 2007-06-08 16:47:19 dockes Exp $ (C) 2004 J.F.Dockes"; +static char rcsid[] = "@(#$Id: indexer.cpp,v 1.59 2007-06-11 05:38:00 dockes Exp $ (C) 2004 J.F.Dockes"; #endif /* * This program is free software; you can redistribute it and/or modify @@ -134,8 +134,8 @@ bool DbIndexer::indexDb(bool resetbefore, list *topdirs) if (!m_missingExternal.empty()) { string missing; stringsToString(m_missingExternal, missing); - LOGERR(("DbIndexer::index missing helper program(s): %s\n", - missing.c_str())); + LOGINFO(("DbIndexer::index missing helper program(s): %s\n", + missing.c_str())); } return true; }