Use correct and consistent unit abbreviation
authorPeter Eisentraut
Mon, 1 Jun 2020 19:18:36 +0000 (21:18 +0200)
committerPeter Eisentraut
Mon, 1 Jun 2020 19:18:36 +0000 (21:18 +0200)
src/backend/storage/sync/sync.c

index 022366c17222056af84a9d21e1813550f95be0ab..3ded2cdd716bc2cdc49604c9f5f61e682e2b34ec 100644 (file)
@@ -376,7 +376,7 @@ ProcessSyncRequests(void)
                    processed++;
 
                    if (log_checkpoints)
-                       elog(DEBUG1, "checkpoint sync: number=%d file=%s time=%.3f msec",
+                       elog(DEBUG1, "checkpoint sync: number=%d file=%s time=%.3f ms",
                             processed,
                             path,
                             (double) elapsed / 1000);