+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.
{
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);
{
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);