wmifs: Remove "heyho!" debugging message.
Patch by Ben Gertzfield <che@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.
This commit is contained in:
parent
3bd48a06c5
commit
ac2050270e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue