mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-27 03:14:49 +00:00
NOISSUE log which file couldn't be copied during recursive copy
This commit is contained in:
parent
e07456f4bf
commit
56394f93e5
@ -131,6 +131,7 @@ bool copy::operator()(const QString &offset)
|
||||
}
|
||||
if(!operator()(inner_offset))
|
||||
{
|
||||
qWarning() << "Failed to copy" << inner_offset;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user