libtest: skip extranous new line when printing "starting server" message
authorMichael Wallner <mike@php.net>
Thu, 30 Jan 2020 11:16:38 +0000 (12:16 +0100)
committerMichael Wallner <mike@php.net>
Thu, 30 Jan 2020 11:16:38 +0000 (12:16 +0100)
libtest/server_container.cc

index 2179fd14f75446b05cc65983259f78c4f65c84f2..25da72c6ff2e410f420a119959f6c26c60e6f18c 100644 (file)
@@ -339,7 +339,6 @@ bool server_startup_st::_start_server(const bool is_socket,
           {
             Outn();
             Out << "STARTING SERVER(pid:" << server->pid() << "): " << server->running();
-            Outn();
           }
 #endif
         }