diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-10-28 18:44:49 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-12-19 15:31:01 +0100 |
commit | 74db157b9406594a549a70415668dd6cbe17d1d3 (patch) | |
tree | d47451181a77cc1b03a55d63d49a9fecc98eb044 /find_file.cpp | |
parent | gui: stock theme rework (diff) | |
download | android_bootable_recovery-74db157b9406594a549a70415668dd6cbe17d1d3.tar android_bootable_recovery-74db157b9406594a549a70415668dd6cbe17d1d3.tar.gz android_bootable_recovery-74db157b9406594a549a70415668dd6cbe17d1d3.tar.bz2 android_bootable_recovery-74db157b9406594a549a70415668dd6cbe17d1d3.tar.lz android_bootable_recovery-74db157b9406594a549a70415668dd6cbe17d1d3.tar.xz android_bootable_recovery-74db157b9406594a549a70415668dd6cbe17d1d3.tar.zst android_bootable_recovery-74db157b9406594a549a70415668dd6cbe17d1d3.zip |
Diffstat (limited to 'find_file.cpp')
-rw-r--r-- | find_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find_file.cpp b/find_file.cpp index 78db5343d..7f4191e4a 100644 --- a/find_file.cpp +++ b/find_file.cpp @@ -48,7 +48,7 @@ string Find_File::Find_Internal(const string& filename, const string& starting_p d = opendir(starting_path.c_str()); if (d == NULL) { - LOGERR("Find_File: Error opening '%s'\n", starting_path.c_str()); + LOGINFO("Find_File: Error opening '%s'\n", starting_path.c_str()); return ""; } |