summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Kogan <dima@secretsauce.net>2014-04-23 02:43:21 -0700
committerChanho Park <chanho61.park@samsung.com>2014-08-22 20:38:25 +0900
commit45492e9eb4681609f218f11e71523b6751303af6 (patch)
tree00ad5be9c2935cc66e8a24b2db1fd6257fe91397
parent9f66a0c59c4e12e4e0168bb78955c699b0be36dd (diff)
downloadltrace-45492e9eb4681609f218f11e71523b6751303af6.tar.gz
ltrace-45492e9eb4681609f218f11e71523b6751303af6.tar.bz2
ltrace-45492e9eb4681609f218f11e71523b6751303af6.zip
updated error message to reflect the new dwfl use case
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 79846d4..49c0b93 100644
--- a/proc.c
+++ b/proc.c
@@ -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);
}