diff --git a/package.cpp b/package.cpp index 5ea3c1d35..a7f3a06cf 100644 --- a/package.cpp +++ b/package.cpp @@ -99,7 +99,8 @@ bool Package::isValid() const foreach (const char *file, d->structure.requiredFiles()) { if (!QFile::exists(d->basePath + "contents/" + d->structure.path(file))) { - kWarning(505) << "Could not find required file" << file; + kWarning(505) << "Could not find required file" << file << ", look in" + << d->basePath + "contents/" + d->structure.path(file) << endl; d->valid = false; return false; }