slightly more useful debug output

svn path=/trunk/KDE/kdelibs/; revision=910609
This commit is contained in:
Aaron J. Seigo 2009-01-13 19:49:36 +00:00
parent dd99751e2b
commit 0655ae2e03

View File

@ -128,7 +128,7 @@ QString Package::filePath(const char *fileType, const QString &filename) const
QString path = d->structure->path(fileType); QString path = d->structure->path(fileType);
if (path.isEmpty()) { if (path.isEmpty()) {
kDebug() << "no matching path came of it"; kDebug() << "no matching path came of it, while looking for" << fileType << filename;
return QString(); return QString();
} }