Get that brace back in the right place
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 22 Feb 2011 18:02:07 +0000 (18:02 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 22 Feb 2011 18:02:07 +0000 (18:02 +0000)
Unbreak the build. Argh.

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_2_0@2176 9efc2488-bf62-4759-914b-345cdb29e865

src/libopensrf/osrf_prefork.c

index c61374a..e80e524 100644 (file)
@@ -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 ) {