Commit 42181b10 authored by Peter Eisentraut's avatar Peter Eisentraut

Use correct and consistent unit abbreviation

parent ce1c5b9a
...@@ -376,7 +376,7 @@ ProcessSyncRequests(void) ...@@ -376,7 +376,7 @@ ProcessSyncRequests(void)
processed++; processed++;
if (log_checkpoints) 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, processed,
path, path,
(double) elapsed / 1000); (double) elapsed / 1000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment