mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 19:11:47 +00:00
improve msg
This commit is contained in:
parent
c1932f9009
commit
a7c7abd428
1 changed files with 1 additions and 1 deletions
|
@ -200,5 +200,5 @@ async fn print_stats(pool: &mut DbPool<'_>, stats: &HashMap<String, FederationQu
|
||||||
ok_count += 1;
|
ok_count += 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tracing::info!("{ok_count} others up to date. {behind_count} instances behind.");
|
tracing::info!("{ok_count} instances up to date. {behind_count} instances behind.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue