changed level of missing helpers message

This commit is contained in:
dockes 2007-06-11 05:38:00 +00:00
parent a846b06ce4
commit 1a4e0df750

View File

@ -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<string> *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;
}