summaryrefslogtreecommitdiffstats
path: root/lib/libdpv/dpv.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-06-01 06:54:21 +0000
committerdim <dim@FreeBSD.org>2015-06-01 06:54:21 +0000
commit8c2b6d93700b452fac3cadba57de1b18a783ec92 (patch)
tree6e8da4ceef4a7a36d46426497125611b2907ee1f /lib/libdpv/dpv.c
parentb237d0308e74533064fa98d3f529f1b7eebd9e96 (diff)
parent2474a7a0d8a20e46cb41b5752822e3856e1f3bfb (diff)
downloadFreeBSD-src-8c2b6d93700b452fac3cadba57de1b18a783ec92.zip
FreeBSD-src-8c2b6d93700b452fac3cadba57de1b18a783ec92.tar.gz
Merge ^/head r283771 through r283870.
Diffstat (limited to 'lib/libdpv/dpv.c')
-rw-r--r--lib/libdpv/dpv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdpv/dpv.c b/lib/libdpv/dpv.c
index fd44360..6a03922 100644
--- a/lib/libdpv/dpv.c
+++ b/lib/libdpv/dpv.c
@@ -692,7 +692,7 @@ dpv(struct dpv_config *config, struct dpv_file_node *file_list)
if (!dpv_interrupt)
printf("\n");
} else
- warnx("%s: %lli lines read", __func__, dpv_overall_read);
+ warnx("%s: %lli overall read", __func__, dpv_overall_read);
if (dpv_interrupt || dpv_abort)
return (-1);
OpenPOWER on IntegriCloud