summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-11-28 18:06:21 +0000
committerrwatson <rwatson@FreeBSD.org>2005-11-28 18:06:21 +0000
commitd31ac070370a0a66ecfebbc7f6d7cdf1702399ad (patch)
tree729e231eac103b6284a8fb2125a437b27d6609ee /usr.bin
parentca2911b1479725f69507a362e39b3255056a593e (diff)
downloadFreeBSD-src-d31ac070370a0a66ecfebbc7f6d7cdf1702399ad.zip
FreeBSD-src-d31ac070370a0a66ecfebbc7f6d7cdf1702399ad.tar.gz
Remove two lines of debugging output that accidentally snuck into the
commit to fix up kvm support for netstat -m.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/mbuf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c
index 4faa18d..825b39e 100644
--- a/usr.bin/netstat/mbuf.c
+++ b/usr.bin/netstat/mbuf.c
@@ -87,14 +87,12 @@ mbpr(void *kvmd, u_long mbaddr)
* and some malloc(9).
*/
if (live) {
- printf("live\n");
if (memstat_sysctl_all(mtlp, 0) < 0) {
warnx("memstat_sysctl_all: %s",
memstat_strerror(memstat_mtl_geterror(mtlp)));
goto out;
}
} else {
- printf("kvm\n");
if (memstat_kvm_all(mtlp, kvmd) < 0) {
error = memstat_mtl_geterror(mtlp);
if (error == MEMSTAT_ERROR_KVM)
OpenPOWER on IntegriCloud