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.
pull/2/head
Michele Calgaro 10 years ago
parent 8a8b8ce4a4
commit f3fe454d12

@ -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;
}

Loading…
Cancel
Save