diff options
author | dim <dim@FreeBSD.org> | 2015-06-01 06:54:21 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-06-01 06:54:21 +0000 |
commit | 8c2b6d93700b452fac3cadba57de1b18a783ec92 (patch) | |
tree | 6e8da4ceef4a7a36d46426497125611b2907ee1f /lib/libdpv/dpv.c | |
parent | b237d0308e74533064fa98d3f529f1b7eebd9e96 (diff) | |
parent | 2474a7a0d8a20e46cb41b5752822e3856e1f3bfb (diff) | |
download | FreeBSD-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.c | 2 |
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); |