summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_reserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_reserv.c')
-rw-r--r--sys/vm/vm_reserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_reserv.c b/sys/vm/vm_reserv.c
index aa8e80f..423bb31 100644
--- a/sys/vm/vm_reserv.c
+++ b/sys/vm/vm_reserv.c
@@ -193,7 +193,7 @@ sysctl_vm_reserv_partpopq(SYSCTL_HANDLER_ARGS)
unused_pages += VM_LEVEL_0_NPAGES - rv->popcnt;
}
mtx_unlock(&vm_page_queue_free_mtx);
- sbuf_printf(&sbuf, "%5.5d: %6.6dK, %6.6d\n", level,
+ sbuf_printf(&sbuf, "%5d: %6dK, %6d\n", level,
unused_pages * (PAGE_SIZE / 1024), counter);
}
error = sbuf_finish(&sbuf);
OpenPOWER on IntegriCloud