change proc managament debug message from Info to Debug
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 21 Apr 2011 20:04:42 +0000 (20:04 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 21 Apr 2011 20:04:42 +0000 (20:04 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2230 9efc2488-bf62-4759-914b-345cdb29e865

src/libopensrf/osrf_prefork.c

index e80e524..1293909 100644 (file)
@@ -735,7 +735,7 @@ static void prefork_run( prefork_simple* forker ) {
                        // physical memory, and the one least likely to have to be swapped in.
                        while( forker->idle_list ) {
 
-                               osrfLogInfo( OSRF_LOG_MARK, "Looking for idle child" );
+                               osrfLogDebug( OSRF_LOG_MARK, "Looking for idle child" );
                                // Grab the prefork_child at the head of the idle list
                                cur_child = forker->idle_list;
                                forker->idle_list = cur_child->next;