summaryrefslogtreecommitdiffstats
path: root/lib/libdpv
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-06-01 02:06:57 +0000
committerdteske <dteske@FreeBSD.org>2015-06-01 02:06:57 +0000
commitbfdfa517bb4ded13cd336105d74e3441c277eb25 (patch)
treead51eb09a6e4b24eebb50e0a09d9fc0fda10a8cc /lib/libdpv
parenta4aae5cf363eeca8dcc5fac15bd3993cf6661476 (diff)
downloadFreeBSD-src-bfdfa517bb4ded13cd336105d74e3441c277eb25.zip
FreeBSD-src-bfdfa517bb4ded13cd336105d74e3441c277eb25.tar.gz
Fix a debug statement. Only the callback function (performing the
incrementing of dpv_overall_oread) knows what its purpose is (and often times it was bytes, not lines). MFC after: 3 days X-MFC-to: stable/10
Diffstat (limited to 'lib/libdpv')
-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