From: erickson Date: Mon, 27 Feb 2006 14:57:48 +0000 (+0000) Subject: format fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=219590f18fb1b27db95f22fb5c9d76f5b1060293;p=opensrf%2Fbjwebb.git format fix git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@646 9efc2488-bf62-4759-914b-345cdb29e865 --- 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 {