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;