mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-14 01:30:36 +01:00
Add device url to mtp loader failure message
This commit is contained in:
parent
3a86a93154
commit
ad062862d8
@ -63,7 +63,7 @@ bool MtpLoader::TryLoad() {
|
||||
|
||||
MtpConnection dev(url_);
|
||||
if (!dev.is_valid()) {
|
||||
emit Error(tr("Error connecting MTP device"));
|
||||
emit Error(tr("Error connecting MTP device %1").arg(url_.toString()));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user