[Opensrf-commits] r2176 - branches/rel_2_0/src/libopensrf (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 22 13:02:11 EST 2011
Author: dbs
Date: 2011-02-22 13:02:07 -0500 (Tue, 22 Feb 2011)
New Revision: 2176
Modified:
branches/rel_2_0/src/libopensrf/osrf_prefork.c
Log:
Get that brace back in the right place
Unbreak the build. Argh.
Modified: branches/rel_2_0/src/libopensrf/osrf_prefork.c
===================================================================
--- branches/rel_2_0/src/libopensrf/osrf_prefork.c 2011-02-22 18:01:01 UTC (rev 2175)
+++ branches/rel_2_0/src/libopensrf/osrf_prefork.c 2011-02-22 18:02:07 UTC (rev 2176)
@@ -797,12 +797,13 @@
honored = 1;
}
}
- } else {
- osrfLogWarning( OSRF_LOG_MARK, "Could not launch a new child as %d children "
- "were already running; consider increasing max_children for this "
- "application higher than %d in the OpenSRF configuration if this "
- "message occurs frequently",
- forker->current_num_children, forker->max_children );
+ } else {
+ osrfLogWarning( OSRF_LOG_MARK, "Could not launch a new child as %d children "
+ "were already running; consider increasing max_children for this "
+ "application higher than %d in the OpenSRF configuration if this "
+ "message occurs frequently",
+ forker->current_num_children, forker->max_children );
+ }
}
if( !honored ) {
More information about the opensrf-commits
mailing list