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