Fix differences in yatl
authorBrian Aker <brian@tangent.org>
Mon, 10 Dec 2012 09:16:22 +0000 (04:16 -0500)
committerBrian Aker <brian@tangent.org>
Mon, 10 Dec 2012 09:16:22 +0000 (04:16 -0500)
libtest/fatal.cc
libtest/server.cc

index 3327e3819a1bfda7901e406b16055377c166a9f8..e96d723c8e7350269513c0c881284c1fce4565f0 100644 (file)
@@ -108,4 +108,3 @@ disconnected::disconnected(const char *file_arg, int line_arg, const char *func_
 }
 
 } // namespace libtest
-
index a80a181239fb1f7d9ac42b486cac7370a7a5aaa8..42c6b480d56b69122a7800aa43e18ad08e6bd09d 100644 (file)
@@ -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);