projects
/
platform
/
upstream
/
ltrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f66a0c
)
updated error message to reflect the new dwfl use case
author
Dima Kogan
<dima@secretsauce.net>
Wed, 23 Apr 2014 09:43:21 +0000
(
02:43
-0700)
committer
Chanho Park
<chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:25 +0000
(20:38 +0900)
proc.c
patch
|
blob
|
history
diff --git
a/proc.c
b/proc.c
index
79846d4
..
49c0b93
100644
(file)
--- 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);
}