thinko, need to return an int from osrfLogGetLevel()
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 21 Jun 2007 02:20:10 +0000 (02:20 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 21 Jun 2007 02:20:10 +0000 (02:20 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@955 9efc2488-bf62-4759-914b-345cdb29e865

src/utils/log.c

index 0f05d12..624cd10 100644 (file)
@@ -119,7 +119,7 @@ void osrfLogSetLevel( int loglevel ) {
 }
 
 /** Gets the current global log level. **/
-void osrfLogGetLevel( void ) {
+int osrfLogGetLevel( void ) {
        return _osrfLogLevel;
 }