| commit | 45e4b960fd9517db11e4bdcf489ad14f39bdddf4 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Fri Jan 31 14:15:30 2025 -0700 |
| committer | Tom Tromey <tromey@adacore.com> | Fri Mar 21 09:26:48 2025 -0600 |
| tree | 2d0249ebb96c6fde3e2f66b986b8175b805aa8c0 | |
| parent | 05f5f4f2746c2ee1346baaa58a0719e48fe84cc3 [diff] |
Do not use warning_pre_print in linux-thread-db.c linux-thread-db.c may print "warning_pre_print" before displaying an error message. This seems like a mistake to me, and furthermore I think it's best to be as sparing as possible with uses of warning_pre_print, so this patch removes the prefix. Reviewed-By: Keith Seitz <keiths@redhat.com>