mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
Apply suggestions from code review
Co-authored-by: link2xt <link2xt@testrun.org> Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
This commit is contained in:
@@ -151,7 +151,7 @@ pub(crate) async fn set_debug_logging_xdc(ctx: &Context, id: Option<MsgId>) -> a
|
||||
let (sender, debug_logging_recv) = channel::bounded(1000);
|
||||
let loop_handle = {
|
||||
let ctx = ctx.clone();
|
||||
spawn_named_task!("debug_logging_loop", async move {
|
||||
spawn_named_task!("xdc_debug_logging_loop", async move {
|
||||
debug_logging_loop(&ctx, debug_logging_recv).await
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user