projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
1be11f8
)
libtest: skip extranous new line when printing "starting server" message
author
Michael Wallner
<mike@php.net>
Thu, 30 Jan 2020 11:16:38 +0000
(12:16 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 30 Jan 2020 11:16:38 +0000
(12:16 +0100)
libtest/server_container.cc
patch
|
blob
|
history
diff --git
a/libtest/server_container.cc
b/libtest/server_container.cc
index 2179fd14f75446b05cc65983259f78c4f65c84f2..25da72c6ff2e410f420a119959f6c26c60e6f18c 100644
(file)
--- a/
libtest/server_container.cc
+++ b/
libtest/server_container.cc
@@
-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
}