From: Paul Mackerras Date: Sat, 14 Sep 1996 05:14:36 +0000 (+0000) Subject: suppress (none) transmit compression message X-Git-Tag: RELEASE_2_3_6~332 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=79dfdbc0149c68fa224a48d50480552bf98b1365;ds=sidebyside suppress (none) transmit compression message --- diff --git a/pppd/ccp.c b/pppd/ccp.c index ad82330..f4d00eb 100644 --- a/pppd/ccp.c +++ b/pppd/ccp.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ccp.c,v 1.17 1996/07/01 01:11:36 paulus Exp $"; +static char rcsid[] = "$Id: ccp.c,v 1.18 1996/09/14 05:14:36 paulus Exp $"; #endif #include @@ -854,7 +854,7 @@ ccp_up(f) } else syslog(LOG_NOTICE, "%s receive compression enabled", method_name(go, NULL)); - } else + } else if (ANY_COMPRESS(*ho)) syslog(LOG_NOTICE, "%s transmit compression enabled", method_name(ho, NULL)); }