diff --git a/khelpcenter/formatter.cpp b/khelpcenter/formatter.cpp index 7188ec214..21e2abb27 100644 --- a/khelpcenter/formatter.cpp +++ b/khelpcenter/formatter.cpp @@ -51,7 +51,7 @@ bool Formatter::readTemplates() } if ( mainTemplate.isEmpty() ) { - kdWarning() << "Main template file name is empty." << endl; + kdDebug() << "Main template file name is empty." << endl; return false; }