mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
rtld: output rtld errors into the dbg channel
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
bbe8195bfa
commit
72d97e1dd9
@ -1073,6 +1073,7 @@ _rtld_error(const char *fmt, ...)
|
||||
fmt, ap);
|
||||
va_end(ap);
|
||||
*lockinfo.dlerror_seen() = 0;
|
||||
dbg("rtld_error: %s", lockinfo.dlerror_loc());
|
||||
LD_UTRACE(UTRACE_RTLD_ERROR, NULL, NULL, 0, 0, lockinfo.dlerror_loc());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user