mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
wip try test that we see INFO events from the core
This commit is contained in:
@@ -95,6 +95,7 @@ macro_rules! info {
|
||||
info!($ctx, $data1, $msg,)
|
||||
};
|
||||
($ctx:expr, $data1:expr, $msg:expr, $($args:expr),* $(,)?) => {{
|
||||
println!("xxx");
|
||||
let formatted = format!($msg, $($args),*);
|
||||
let formatted_c = $crate::dc_tools::to_cstring(formatted);
|
||||
$ctx.call_cb($crate::constants::Event::INFO, $data1 as uintptr_t,
|
||||
|
||||
Reference in New Issue
Block a user