From: Brian Aker Date: Mon, 10 Dec 2012 09:16:22 +0000 (-0500) Subject: Fix differences in yatl X-Git-Tag: 1.0.15~6^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=025203ede75bcf5508ab9e2e842352039ec45d40;hp=eda29b12ede05e6e62bb9032a4bddc82d0e3d0ab;p=m6w6%2Flibmemcached Fix differences in yatl --- diff --git a/libtest/fatal.cc b/libtest/fatal.cc index 3327e381..e96d723c 100644 --- a/libtest/fatal.cc +++ b/libtest/fatal.cc @@ -108,4 +108,3 @@ disconnected::disconnected(const char *file_arg, int line_arg, const char *func_ } } // namespace libtest - diff --git a/libtest/server.cc b/libtest/server.cc index a80a1812..42c6b480 100644 --- a/libtest/server.cc +++ b/libtest/server.cc @@ -291,7 +291,7 @@ bool Server::start() break; } - Error << "ping(" << _app.pid() << ") wait: " << this_wait << " " << hostname() << ":" << port() << " " << error(); + Error << "ping(" << _app.pid() << ") wait: " << this_wait << " " << hostname() << ":" << port() << " run:" << _running << " " << error(); this_wait= retry * retry / 3 + 1; libtest::dream(this_wait, 0);