mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-30 17:39:58 -07:00
convert int to option
This commit is contained in:
committed by
Will Greenberg
parent
b453c92d6a
commit
6e4cbac4b1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user