public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/lib/misc sharedlib.c
@ 2006-07-05 17:26 agk
  0 siblings, 0 replies; only message in thread
From: agk @ 2006-07-05 17:26 UTC (permalink / raw)
  To: lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2006-07-05 17:26:36

Modified files:
	lib/misc       : sharedlib.c 

Log message:
	add dlerror to another error path

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/misc/sharedlib.c.diff?cvsroot=lvm2&r1=1.10&r2=1.11

--- LVM2/lib/misc/sharedlib.c	2006/07/04 19:40:27	1.10
+++ LVM2/lib/misc/sharedlib.c	2006/07/05 17:26:36	1.11
@@ -49,8 +49,8 @@
 
 	if (!(library = dlopen(path, RTLD_LAZY | RTLD_GLOBAL))) {
 		if (silent && ignorelockingfailure())
-			log_verbose("Unable to open external %s library %s",
-				    desc, path);
+			log_verbose("Unable to open external %s library %s: %s",
+				    desc, path, dlerror());
 		else
 			log_error("Unable to open external %s library %s: %s",
 				  desc, path, dlerror());


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-05 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-05 17:26 LVM2/lib/misc sharedlib.c agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).