Fix typo on kDebug message

This commit is contained in:
Antonis Tsiapaliokas 2012-09-25 01:01:17 +03:00
parent d14494d096
commit e5eae2e36a

View File

@ -60,7 +60,7 @@ QString FallbackComponent::filePath(const QString &key)
QString resolved;
foreach (const QString &path, m_candidates) {
kDebug() << "Searching for!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" << path;
kDebug() << "Searching for:" << path;
if (m_possiblePaths.contains(key)) {
resolved = *m_possiblePaths.object(key);
if (!resolved.isEmpty()) {