convert int to option

This commit is contained in:
Cooper Quintin
2026-02-02 16:33:35 -08:00
committed by Will Greenberg
parent b453c92d6a
commit 6e4cbac4b1
2 changed files with 38 additions and 33 deletions

View File

@@ -385,7 +385,7 @@ impl Harness {
"in packet {}, failed to convert gsmtap message to IE: {err:?}",
self.packet_num
);
debug!(&msg);
debug!("{msg}");
row.skipped_message_reason = Some(msg);
return row;
}