Add device url to mtp loader failure message
This commit is contained in:
@@ -63,7 +63,7 @@ bool MtpLoader::TryLoad() {
|
|||||||
|
|
||||||
MtpConnection dev(url_);
|
MtpConnection dev(url_);
|
||||||
if (!dev.is_valid()) {
|
if (!dev.is_valid()) {
|
||||||
emit Error(tr("Error connecting MTP device"));
|
emit Error(tr("Error connecting MTP device %1").arg(url_.toString()));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user