Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Jul 8, 2024
1 parent 1b42a3b commit 9943c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ impl FfiGroup {
self.group_id.clone(),
self.created_at_ns,
move |message| {
println!(
log::info!(
"Got IN STREAM {}",
String::from_utf8_lossy(&message.decrypted_message_bytes)
);
Expand Down

0 comments on commit 9943c9c

Please sign in to comment.