[Pkg-wmaker-commits] [wmifs] 02/118: wmifs: Remove "heyho!" debugging message.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 02:37:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmifs.

commit 306866188294dad982ae9356d54032a32693e788
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Oct 22 16:34:30 2014 -0500

    wmifs: Remove "heyho!" debugging message.
    
    Patch by Ben Gertzfield <che at debian.org>.  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.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/wmifs/wmifs.c b/wmifs/wmifs.c
index f7df9b7..5d584be 100644
--- a/wmifs/wmifs.c
+++ b/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;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmifs.git



More information about the Pkg-wmaker-commits mailing list