slightly more useful debug output
svn path=/trunk/KDE/kdelibs/; revision=910609
This commit is contained in:
parent
dd99751e2b
commit
0655ae2e03
@ -128,7 +128,7 @@ QString Package::filePath(const char *fileType, const QString &filename) const
|
||||
QString path = d->structure->path(fileType);
|
||||
|
||||
if (path.isEmpty()) {
|
||||
kDebug() << "no matching path came of it";
|
||||
kDebug() << "no matching path came of it, while looking for" << fileType << filename;
|
||||
return QString();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user