[DEV] correct log

This commit is contained in:
Edouard DUPIN 2017-04-20 21:12:29 +02:00
parent 72de271078
commit 2b29067041

View File

@ -2488,7 +2488,7 @@ bool etk::FSNodeExist(const std::string& _path) {
bool etk::FSNodeMove(const std::string& _path1, const std::string& _path2) {
etk::FSNode tmpNode(_path1);
if (tmpNode.exist() == false) {
TK_DEBUG("try to move un existant file '" << _path1 << "'");
TK_WARNING("try to move an un-existant file '" << _path1 << "'");
return false;
}
// no check error in every case