This commit is contained in:
Jean-Francois Dockes 2013-09-27 13:04:23 +02:00
parent ebe9b44a2c
commit f49264a3f5

View File

@ -244,7 +244,7 @@ bool FsIndexer::index(bool quickshallow)
}
m_config->storeMissingHelperDesc(missing);
}
LOGERR(("fsindexer index time: %d mS\n", chron.ms()));
LOGINFO(("fsindexer index time: %d mS\n", chron.ms()));
return true;
}