mirror of
https://github.com/openharmony/tee_tee_os_framework.git
synced 2026-07-19 19:53:44 -04:00
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user