diff --git a/linker/linker.cpp b/linker/linker.cpp index 6dfa768cc..f11cfdbce 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -2053,7 +2053,7 @@ bool soinfo::PrelinkImage() { default: if (!relocating_linker) { - DL_WARN("%s: unused DT entry: type %p arg %p", name, + DEBUG("%s: unused DT entry: type %p arg %p", name, reinterpret_cast(d->d_tag), reinterpret_cast(d->d_un.d_val)); } break;