From ac2050270edd8e9691895d8e25b75eefea792b04 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 22 Oct 2014 16:34:30 -0500 Subject: [PATCH] wmifs: Remove "heyho!" debugging message. Patch by Ben Gertzfield . First appeared in Debian package version 1.3b1-5. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=42297 for more information. --- wmifs/wmifs/wmifs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs/wmifs.c index f7df9b7..5d584be 100644 --- a/wmifs/wmifs/wmifs.c +++ b/wmifs/wmifs/wmifs.c @@ -862,9 +862,8 @@ void get_ppp_stats(struct ppp_stats *cur) { sprintf(req.ifr__name, "ppp%d", PPP_UNIT); if (ioctl(ppp_h, SIOCGPPPSTATS, &req) < 0) { - fprintf(stderr, "heyho!\n"); +/* fprintf(stderr, "heyho!\n"); */ } - *cur = req.stats; } -- 2.11.4.GIT