From 219590f18fb1b27db95f22fb5c9d76f5b1060293 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 27 Feb 2006 14:57:48 +0000 Subject: [PATCH] format fix git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@646 9efc2488-bf62-4759-914b-345cdb29e865 --- src/libstack/osrf_application.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libstack/osrf_application.c b/src/libstack/osrf_application.c index f75451a..685c7ab 100644 --- a/src/libstack/osrf_application.c +++ b/src/libstack/osrf_application.c @@ -32,7 +32,8 @@ int osrfAppRegisterApplication( char* appName, char* soFile ) { *(void **) (&init) = dlsym(app->handle, "osrfAppInitialize"); if( (error = dlerror()) != NULL ) { - osrfLogWarning( OSRF_LOG_MARK, "! Unable to locate method symbol [osrfAppInitialize] for app %s: %s", appName, error ); + osrfLogWarning( OSRF_LOG_MARK, + "! Unable to locate method symbol [osrfAppInitialize] for app %s: %s", appName, error ); } else { -- 2.11.0