From 6b31ff696aeea600fc0cb7a6eb8533da03b23e38 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 11 Jan 2011 23:05:27 +0000 Subject: [PATCH] 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 --- src/libopensrf/osrf_prefork.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 ) { -- 2.43.2