Skip to content

Commit

Permalink
Small log improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
emlautarom1 committed Oct 23, 2024
1 parent cb4c791 commit 280bf68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ private void WriteDbSyncReport()

private void WriteNotStartedReport()
{
_logger.Info($"Waiting for peers... {(DateTime.UtcNow - StartTime).Seconds}s");
_logger.Info($"Waiting for peers... {Math.Round((DateTime.UtcNow - StartTime).TotalSeconds)}s");
}

private void WriteFullSyncReport()
Expand Down

0 comments on commit 280bf68

Please sign in to comment.