From f3fe454d1241c9c1e2114d78d306677e7b2e4aa3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 5 Jun 2014 17:54:45 +0900 Subject: Change message "Main template file name is empty." from warning to debug level. If the template file is not specified, there is no need to alert the user. This resolves bug 1818. --- khelpcenter/formatter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khelpcenter/formatter.cpp') 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; } -- cgit v1.2.3