Signed-off-by: suwanghw <wangsu14@huawei.com>
This commit is contained in:
suwanghw
2024-06-27 10:43:28 +08:00
parent 232e1b0973
commit 8a65072d46
+2 -2
View File
@@ -110,9 +110,9 @@ static void load_info_print(const char *task_name, const struct env_param *param
/* Always print, but not an error */
#ifdef __aarch64__
tlogi("TRACE", "*", __LINE__, "Start dynlink 64bit %s %s: pid=%d\n", type, task_name, getpid());
tlogi("Start dynlink 64bit %s %s: pid=%d\n", type, task_name, getpid());
#else
tlogi("TRACE", "*", __LINE__, "Start dynlink %s %s: pid=%d\n", type, task_name, getpid());
tlogi("Start dynlink %s %s: pid=%d\n", type, task_name, getpid());
#endif
}