diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-05 17:54:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-05 17:54:45 +0900 |
commit | f3fe454d1241c9c1e2114d78d306677e7b2e4aa3 (patch) | |
tree | b45767fddbc6efbf3171c29df5ba444c6c4e2873 /khelpcenter | |
parent | 8a8b8ce4a43df3cb0a8861207d425c8c12437342 (diff) | |
download | tdebase-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.cpp | 2 |
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; } |