diff options
Diffstat (limited to 'src/stack.c')
| -rw-r--r-- | src/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stack.c b/src/stack.c index c5f347e1..4daabce7 100644 --- a/src/stack.c +++ b/src/stack.c @@ -608,7 +608,7 @@ parse_opt (int key, char *arg __attribute__ ((unused)), if (core != NULL) { if (dwfl_core_file_attach (dwfl, core) < 0) - error (EXIT_BAD, 0, "dwfl_core_file_report: %s", dwfl_errmsg (-1)); + error (EXIT_BAD, 0, "dwfl_core_file_attach: %s", dwfl_errmsg (-1)); } /* Makes sure we are properly attached. */ |
