[Opensrf-commits] r2230 - trunk/src/libopensrf (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 21 16:04:47 EDT 2011
Author: erickson
Date: 2011-04-21 16:04:42 -0400 (Thu, 21 Apr 2011)
New Revision: 2230
Modified:
trunk/src/libopensrf/osrf_prefork.c
Log:
change proc managament debug message from Info to Debug
Modified: trunk/src/libopensrf/osrf_prefork.c
===================================================================
--- trunk/src/libopensrf/osrf_prefork.c 2011-04-12 13:37:42 UTC (rev 2229)
+++ trunk/src/libopensrf/osrf_prefork.c 2011-04-21 20:04:42 UTC (rev 2230)
@@ -735,7 +735,7 @@
// 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;
More information about the opensrf-commits
mailing list