瀏覽代碼

poking at stuff

Stan Gurtler 3 年之前
父節點
當前提交
c8bb0f9b06
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      prsona/src/serverMain.cpp

+ 1 - 0
prsona/src/serverMain.cpp

@@ -193,6 +193,7 @@ int main(int argc, char *argv[])
 
         // Wait for the other servers to check in
         while (readySync.val < numServers)
+            cout << "[" << seedStr << "] " << readySync.val << " servers are checked in." << endl;
             readySync.cv.wait(lck);
 
         // Once we're ready, form and distribute the first fresh generator and the H used in ElGamal operations