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

+ 1 - 0
prsona/src/orchestratorMain.cpp

@@ -100,6 +100,7 @@ int main(int argc, char* argv[])
 
     cout << "[ORC] This experiment is running with output code: " << output << endl;
     cout << "[ORC] This experiment is running with " << (maliciousServers ? "MALICIOUS" : "HBC") << " servers." << endl;
+    cout << "[ORC] Lambda is " << lambda << "." << endl;
     cout << endl;
     
     cout << "[ORC] Starting BGN dealer server." << endl;