[ltrace-commits] 15/40: updated error message to reflect the new dwfl use case

Petr Machata pmachata-guest at moszumanska.debian.org
Sun May 11 22:38:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a commit to branch master
in repository ltrace.

commit 82d6e1ded466a5da70182086f4c7f8984d06177a
Author: Dima Kogan <dima at secretsauce.net>
Date:   Wed Apr 23 02:43:21 2014 -0700

    updated error message to reflect the new dwfl use case
---
 proc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
 				}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list