about summary refs log tree commit diff stats
path: root/src/elfs/elfloader.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-02 13:47:26 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-02 13:47:26 +0200
commitefafe96b0808eae4bfe372785bdcecdeacad26e2 (patch)
tree611339df2426ef7a5ac30fadaeff2e1abdb6af5e /src/elfs/elfloader.c
parent858957f6f743de443a732fc69c9c20bb64d1f9d0 (diff)
downloadbox64-efafe96b0808eae4bfe372785bdcecdeacad26e2.tar.gz
box64-efafe96b0808eae4bfe372785bdcecdeacad26e2.zip
Changed LOG Level of dl_iterate_phdr warning
Diffstat (limited to 'src/elfs/elfloader.c')
-rwxr-xr-xsrc/elfs/elfloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elfs/elfloader.c b/src/elfs/elfloader.c
index cf21f8eb..f09c6caf 100755
--- a/src/elfs/elfloader.c
+++ b/src/elfs/elfloader.c
@@ -1262,7 +1262,7 @@ static void* find_dl_iterate_phdr_Fct(void* fct)
 #undef SUPER
 
 EXPORT int my_dl_iterate_phdr(x64emu_t *emu, void* F, void *data) {
-    printf_log(LOG_INFO, "Warning: call to partially implemented dl_iterate_phdr(%p, %p)\n", F, data);
+    printf_log(LOG_DEBUG, "Call to partially implemented dl_iterate_phdr(%p, %p)\n", F, data);
     box64context_t *context = GetEmuContext(emu);
     const char* empty = "";
     int ret = 0;