--- a/src/index/fsindexer.cpp
+++ b/src/index/fsindexer.cpp
@@ -266,7 +266,7 @@
 // Local fields can be set for fs subtrees in the configuration file 
 void FsIndexer::localfieldsfromconf()
 {
-    LOGDEB(("FsIndexer::localfieldsfromconf\n"));
+    LOGDEB0(("FsIndexer::localfieldsfromconf\n"));
     m_localfields.clear();
     m_config->addLocalFields(&m_localfields);
 }