diff options
Diffstat (limited to '')
-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 ""; } |