Show package path in warning
This commit is contained in:
parent
be11b191a8
commit
8915fd4004
@ -114,7 +114,7 @@ bool Package::isValid() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (failed) {
|
if (failed) {
|
||||||
qWarning() << "Could not find required" << (it.value().directory ? "directory" : "file") << it.key();
|
qWarning() << "Could not find required" << (it.value().directory ? "directory" : "file") << it.key() << "for package" << path();
|
||||||
d->valid = false;
|
d->valid = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user