1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Turn some prints to error logs, remove others

Fixes #5876 in passing.
This commit is contained in:
Rémi Verschelde
2016-07-24 00:02:19 +02:00
parent ebefdaa598
commit 308d405c31
5 changed files with 10 additions and 12 deletions

View File

@@ -657,7 +657,7 @@ void EditorFileSystem::_scan_new_dir(EditorFileSystemDirectory *p_dir,DirAccess
da->change_dir("..");
}
} else {
ERR_PRINTS(TTR("Cannot go into subdir:")+" "+E->get());
ERR_PRINTS("Cannot go into subdir: "+E->get());
}
p_progress.update(idx,total);