diff topology/manager/CheckComingHost.cs @ 71:1169915705ab default tip

fix TopologyNode connect
author KaitoMaeshiro <aosskaito@cr.ie.u-ryukyu.ac.jp>
date Sun, 06 Feb 2022 16:47:41 +0900
parents 1a42115e51bb
children
line wrap: on
line diff
--- a/topology/manager/CheckComingHost.cs	Fri Feb 04 19:38:19 2022 +0900
+++ b/topology/manager/CheckComingHost.cs	Sun Feb 06 16:47:41 2022 +0900
@@ -32,6 +32,7 @@
             }
             else
             {
+                Console.WriteLine("put new host " + hostMessage.getHostName());
                 GetLocalDgm().Put("orderHash", "order");
                 GetLocalDgm().Put("newHost", hostMessage);
             }