summaryrefslogtreecommitdiffstats
path: root/khelpcenter
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-06-05 17:54:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-06-05 17:54:45 +0900
commitf3fe454d1241c9c1e2114d78d306677e7b2e4aa3 (patch)
treeb45767fddbc6efbf3171c29df5ba444c6c4e2873 /khelpcenter
parent8a8b8ce4a43df3cb0a8861207d425c8c12437342 (diff)
downloadtdebase-f3fe454d1241c9c1e2114d78d306677e7b2e4aa3.tar.gz
tdebase-f3fe454d1241c9c1e2114d78d306677e7b2e4aa3.zip
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.
Diffstat (limited to 'khelpcenter')
-rw-r--r--khelpcenter/formatter.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}