Fix issue with warning messages about corrupt debuginfod notes.

* readelf.c (get_build_id): Fix warning messages about corrupt
	notes.
This commit is contained in:
Nick Clifton 2020-01-24 11:55:12 +00:00
parent 89203d4062
commit 2f796de6da
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2020-01-24 Nick Clifton <nickc@redhat.com>
* readelf.c (get_build_id): Fix warning messages about corrupt
notes.
2020-01-23 Nick Clifton <nickc@redhat.com>
* po/fr.po: Updated French translation.

View File

@ -14242,7 +14242,7 @@ get_build_id (void * data)
{
warn (ngettext ("debuginfod: Corrupt note: only %ld byte remains, "
"not enough for a full note\n",
"Corrupt note: only %ld bytes remain, "
"debuginfod: Corrupt note: only %ld bytes remain, "
"not enough for a full note\n",
data_remaining),
(long) data_remaining);
@ -14271,7 +14271,7 @@ get_build_id (void * data)
{
warn (ngettext ("debuginfod: Corrupt note: only %ld byte remains, "
"not enough for a full note\n",
"Corrupt note: only %ld bytes remain, "
"debuginfod: Corrupt note: only %ld bytes remain, "
"not enough for a full note\n",
data_remaining),
(long) data_remaining);