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))
|
if(!operator()(inner_offset))
|
||||||
{
|
{
|
||||||
|
qWarning() << "Failed to copy" << inner_offset;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user