From: dbs Date: Tue, 11 Jan 2011 23:05:27 +0000 (+0000) Subject: Get that brace back in the right place X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6b31ff696aeea600fc0cb7a6eb8533da03b23e38;p=opensrf%2Fbjwebb.git Get that brace back in the right place Unbreak the build. Argh. git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2143 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/libopensrf/osrf_prefork.c b/src/libopensrf/osrf_prefork.c index c61374a..e80e524 100644 --- a/src/libopensrf/osrf_prefork.c +++ b/src/libopensrf/osrf_prefork.c @@ -797,12 +797,13 @@ static void prefork_run( prefork_simple* forker ) { 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 ) {