mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Demote the debug level to reduce verbosity
This commit is contained in:
parent
3d08506936
commit
43e5ee28c0
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ lookup (const struct table_entry *table, size_t table_size, int32_t rel_ip)
|
||||||
{
|
{
|
||||||
mid = (lo + hi) / 2;
|
mid = (lo + hi) / 2;
|
||||||
e = table + mid;
|
e = table + mid;
|
||||||
Debug (1, "e->start_ip_offset = %lx\n", (long) e->start_ip_offset);
|
Debug (15, "e->start_ip_offset = %lx\n", (long) e->start_ip_offset);
|
||||||
if (rel_ip < e->start_ip_offset)
|
if (rel_ip < e->start_ip_offset)
|
||||||
hi = mid;
|
hi = mid;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue