NOISSUE log which file couldn't be copied during recursive copy

This commit is contained in:
Petr Mrázek 2016-06-09 23:47:17 +02:00
parent e07456f4bf
commit 56394f93e5

View File

@ -131,6 +131,7 @@ bool copy::operator()(const QString &offset)
}
if(!operator()(inner_offset))
{
qWarning() << "Failed to copy" << inner_offset;
return false;
}
}