Fix issue with warning messages about corrupt debuginfod notes.
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 4dcac968ddf02dece5685ff69fefe94e90f30ee0..eabb70fac9bfec138a73b2edf3fce0203b99c215 100644 (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);
This page took 0.024858 seconds and 4 git commands to generate.