mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-12 04:55:55 +00:00
log
This commit is contained in:
parent
080c380135
commit
82c22439b8
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ where
|
||||||
});
|
});
|
||||||
let abort = task.abort_handle();
|
let abort = task.abort_handle();
|
||||||
async move {
|
async move {
|
||||||
tracing::info!("Shutting down task");
|
|
||||||
stop.cancel();
|
stop.cancel();
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
r = task => {
|
r = task => {
|
||||||
|
|
Loading…
Reference in a new issue