File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ fn trustlet_report(params: &mut RequestParams) -> Result<(), SvsmReqError>{
222
222
223
223
// Now new_report holds the existing report data + measurements
224
224
let new_report_size = new_report. len ( ) ;
225
- log :: info! { "zygote report size: { } original size: { }" , new_report_size , REPORT_RESPONSE_SIZE } ;
225
+
226
226
// Perform the copy_back_report with the new cumulative report
227
227
copy_back_report ( params. rcx , & new_report, new_report_size) ;
228
228
return Ok ( ( ) ) ;
@@ -281,7 +281,7 @@ fn function_report(params: &mut RequestParams) -> Result<(), SvsmReqError>{
281
281
282
282
// Now new_report holds the existing report data + measurements
283
283
let new_report_size = new_report. len ( ) ;
284
- log :: info! { "function report size: { }" , new_report_size } ;
284
+
285
285
// Perform the copy_back_report with the new cumulative report
286
286
copy_back_report ( params. rcx , & new_report, new_report_size) ;
287
287
return Ok ( ( ) ) ;
You can’t perform that action at this time.
0 commit comments