[Opensrf-commits] r2231 - branches/rel_2_0/src/libopensrf (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 21 16:05:13 EDT 2011
Author: erickson
Date: 2011-04-21 16:05:07 -0400 (Thu, 21 Apr 2011)
New Revision: 2231
Modified:
branches/rel_2_0/src/libopensrf/osrf_prefork.c
Log:
change proc managament debug message from Info to Debug
Modified: branches/rel_2_0/src/libopensrf/osrf_prefork.c
===================================================================
--- branches/rel_2_0/src/libopensrf/osrf_prefork.c 2011-04-21 20:04:42 UTC (rev 2230)
+++ branches/rel_2_0/src/libopensrf/osrf_prefork.c 2011-04-21 20:05:07 UTC (rev 2231)
@@ -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