diff options
Diffstat (limited to 'elf/sprof.c')
-rw-r--r-- | elf/sprof.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/sprof.c b/elf/sprof.c index d2426ebd64..8565dd981e 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -687,7 +687,8 @@ load_profdata (const char *name, struct shobj *shobj) if (st.st_size != shobj->expected_size) { - error (0, 0, _("profiling data file `%s' does match shared object `%s'"), + error (0, 0, + _("profiling data file `%s' does not match shared object `%s'"), name, shobj->name); close (fd); return NULL; |