[Opensrf-commits] r2143 - trunk/src/libopensrf (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jan 11 18:05:33 EST 2011
Author: dbs
Date: 2011-01-11 18:05:27 -0500 (Tue, 11 Jan 2011)
New Revision: 2143
Modified:
trunk/src/libopensrf/osrf_prefork.c
Log:
Get that brace back in the right place
Unbreak the build. Argh.
Modified: trunk/src/libopensrf/osrf_prefork.c
===================================================================
--- trunk/src/libopensrf/osrf_prefork.c 2011-01-11 23:00:35 UTC (rev 2142)
+++ trunk/src/libopensrf/osrf_prefork.c 2011-01-11 23:05:27 UTC (rev 2143)
@@ -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