gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1526-g45a1c2f
Date: Fri, 25 Jan 2013 15:53:38 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  45a1c2ff3faeb94241652a0eec574bfa13e3f4e8 (commit)
      from  df19f2f0cf0b996090faaff81827a073b600ad10 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=45a1c2ff3faeb94241652a0eec574bfa13e3f4e8


commit 45a1c2ff3faeb94241652a0eec574bfa13e3f4e8
Author: Sandro Santilli <address@hidden>
Date:   Fri Jan 25 16:52:41 2013 +0100

    Make ld_dlopenext error message more verbose

diff --git a/libbase/sharedlib.cpp b/libbase/sharedlib.cpp
index 8528818..918bf69 100644
--- a/libbase/sharedlib.cpp
+++ b/libbase/sharedlib.cpp
@@ -101,7 +101,7 @@ SharedLib::openLib (const std::string& filespec)
     _dlhandle = lt_dlopenext (filespec.c_str());
     
     if (_dlhandle == NULL) {
-        log_error("%s", lt_dlerror());
+        log_error("lt_dlopenext(\"%s\") failed: %s", filespec.c_str(), 
lt_dlerror());
         return false;
     }
 

-----------------------------------------------------------------------

Summary of changes:
 libbase/sharedlib.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]