Skip to content

Commit

Permalink
Also log unit ID
Browse files Browse the repository at this point in the history
Summary: Nothing makes sense anymore.

Differential Revision: D66196456

fbshipit-source-id: 4a0c508764bc93a3d4969272e5b157d813d21e27
  • Loading branch information
Ron Mordechai authored and facebook-github-bot committed Nov 19, 2024
1 parent c0e3693 commit f7d15ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions td_util/src/qe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pub fn evaluate_qe(unit_id: u64, universe: &str, param: &str, expect: QEParamVal
"Check {param} from QE {universe}, value {value_for_logging} (expected {expect_str}): {ret}"
);
crate::scuba!(event: VERSE_QE_CHECK, data: json!({
"unit_id": unit_id,
"param": param,
"universe": universe,
"value": value_for_logging,
Expand Down

0 comments on commit f7d15ad

Please sign in to comment.