***SPAM*** [OpenSRF-GIT] OpenSRF branch master updated. 989ac2737759a0fc6a80ec08b1a68b35eab2ff60

Evergreen Git git at git.evergreen-ils.org
Fri Jan 31 16:52:44 EST 2014


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 "OpenSRF".

The branch, master has been updated
       via  989ac2737759a0fc6a80ec08b1a68b35eab2ff60 (commit)
      from  9a01063b3c78a33707a414a36d397e061ca62b1d (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 -----------------------------------------------------------------
commit 989ac2737759a0fc6a80ec08b1a68b35eab2ff60
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Apr 18 16:14:00 2013 -0400

    LP#1170484: log failure to load library for C app as an error
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/src/libopensrf/osrf_application.c b/src/libopensrf/osrf_application.c
index f7be6a6..c205214 100644
--- a/src/libopensrf/osrf_application.c
+++ b/src/libopensrf/osrf_application.c
@@ -153,7 +153,7 @@ int osrfAppRegisterApplication( const char* appName, const char* soFile ) {
 	void* handle = dlopen( soFile, RTLD_NOW );
 	if( ! handle ) {
 		const char* msg = dlerror();
-		osrfLogWarning( OSRF_LOG_MARK, "Failed to dlopen library file %s: %s", soFile, msg );
+		osrfLogError( OSRF_LOG_MARK, "Failed to dlopen library file %s: %s", soFile, msg );
 		return -1;
 	}
 

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

Summary of changes:
 src/libopensrf/osrf_application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list