From 025203ede75bcf5508ab9e2e842352039ec45d40 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Mon, 10 Dec 2012 04:16:22 -0500 Subject: [PATCH] Fix differences in yatl --- libtest/fatal.cc | 1 - libtest/server.cc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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); -- 2.30.2