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