Skip to content

Commit 42181b1

Browse files
committed
Use correct and consistent unit abbreviation
1 parent ce1c5b9 commit 42181b1

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/sync

1 file changed

+1
-1
lines changed

src/backend/storage/sync/sync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ ProcessSyncRequests(void)
376376
processed++;
377377

378378
if (log_checkpoints)
379-
elog(DEBUG1, "checkpoint sync: number=%d file=%s time=%.3f msec",
379+
elog(DEBUG1, "checkpoint sync: number=%d file=%s time=%.3f ms",
380380
processed,
381381
path,
382382
(double) elapsed / 1000);

0 commit comments

Comments
 (0)