NOISSUE log which file couldn't be copied during recursive copy
This commit is contained in:
parent
e07456f4bf
commit
56394f93e5
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ bool copy::operator()(const QString &offset)
|
|||
}
|
||||
if(!operator()(inner_offset))
|
||||
{
|
||||
qWarning() << "Failed to copy" << inner_offset;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue