Skip to content

Commit 6394f66

Browse files
committed
fix: add missing debug message
1 parent 3704bfa commit 6394f66

File tree

1 file changed

+1
-0
lines changed
  • cvmassistants/quote-generator/src

1 file changed

+1
-0
lines changed

cvmassistants/quote-generator/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ fn main() -> Result<(), QuoteGeneratorError> {
155155
report_bytes[..input_bytes.len()].copy_from_slice(input_bytes);
156156

157157
let report_data = create_report_data(&report_bytes)?;
158+
debug!("Report data: {:?}", report_data.d);
158159
let tdx_report = create_tdx_report(&report_data)?; // Optional function
159160
debug!("TDX report: {:?}", tdx_report.d);
160161
let quote = create_quote(&report_data);

0 commit comments

Comments
 (0)