mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Oops, don't print /dev/ twice.
This commit is contained in:
parent
333eaaeda9
commit
bf94613dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ print_swap(struct kvm_swap *ksw)
|
|||
swtot.ksw_used += ksw->ksw_used;
|
||||
++nswdev;
|
||||
if (totalflag == 0) {
|
||||
(void)printf("/dev/%-10s %*d ",
|
||||
(void)printf("%-10s %*d ",
|
||||
ksw->ksw_devname, hlen,
|
||||
CONVERT(ksw->ksw_total));
|
||||
(void)printf("%8d %8d %5.0f%% %s\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue