diff --git a/compiler/src/main.cpp b/compiler/src/main.cpp index 96089b953..04b4fe185 100644 --- a/compiler/src/main.cpp +++ b/compiler/src/main.cpp @@ -195,8 +195,7 @@ processInputBuffer(mlir::MLIRContext &context, << ", brLevel: " << fheContext.parameter.brLevel << ", brLogBase: " << fheContext.parameter.brLogBase << ", ksLevel: " << fheContext.parameter.ksLevel - << ", polynomialSize: " << fheContext.parameter.ksLogBase - << "}\n"); + << ", ksLogBase: " << fheContext.parameter.ksLogBase << "}\n"); // Generate the keySet std::unique_ptr keySet;