improve msg

This commit is contained in:
phiresky 2024-04-30 17:38:03 +02:00
parent c1932f9009
commit a7c7abd428

View file

@ -200,5 +200,5 @@ async fn print_stats(pool: &mut DbPool<'_>, stats: &HashMap<String, FederationQu
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.");
}