mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[ion]: use mpp_log to print scan info
In order to avoid misunderstanding change mpp_err to mpp_log Change-Id: Id4a0591a0eeb7975fcdf1979b9d45c9b8d076370 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -162,7 +162,7 @@ static RK_S32 find_dir_in_path(char *path, const char *dir_name, size_t max_leng
|
||||
search_name = dir_name;
|
||||
n = scandir(path, &dir, _compare_name, alphasort);
|
||||
if (n <= 0) {
|
||||
mpp_err("scan %s for %s return %d\n", path, dir_name, n);
|
||||
mpp_log("scan %s for %s return %d\n", path, dir_name, n);
|
||||
} else {
|
||||
mpp_assert(n == 1);
|
||||
|
||||
|
Reference in New Issue
Block a user