diff options
author | Dima Kogan <dima@secretsauce.net> | 2014-04-23 02:43:21 -0700 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-22 20:38:25 +0900 |
commit | 45492e9eb4681609f218f11e71523b6751303af6 (patch) | |
tree | 00ad5be9c2935cc66e8a24b2db1fd6257fe91397 | |
parent | 9f66a0c59c4e12e4e0168bb78955c699b0be36dd (diff) | |
download | ltrace-45492e9eb4681609f218f11e71523b6751303af6.tar.gz ltrace-45492e9eb4681609f218f11e71523b6751303af6.tar.bz2 ltrace-45492e9eb4681609f218f11e71523b6751303af6.zip |
updated error message to reflect the new dwfl use case
-rw-r--r-- | proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -939,7 +939,7 @@ proc_add_library(struct process *proc, struct library *lib) else msg = strerror(r); fprintf(stderr, "Couldn't initialize " - "libdwfl unwinding for " + "libdwfl (for unwinding, prototype import) for " "process %d: %s\n", leader->pid, msg); } |