improve msg

federation-send-parallel
phiresky 2024-04-30 17:38:03 +02:00
parent c1932f9009
commit a7c7abd428
1 changed files with 1 additions and 1 deletions

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.");
}