X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fserver.cc;h=42c6b480d56b69122a7800aa43e18ad08e6bd09d;hb=9065046a3fd404f72fb090cb0da65cfa8443032f;hp=a80a181239fb1f7d9ac42b486cac7370a7a5aaa8;hpb=fde9567090d20b035433241720f00cfbe6e66bf2;p=awesomized%2Flibmemcached 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);