From: Paul Mackerras Date: Wed, 13 Jul 2005 10:41:58 +0000 (+0000) Subject: Log a message when we succeed or fail in authenticating ourselves X-Git-Tag: ppp-2.4.7~139 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=cf141d059db0db1419e99b99099389c4c2e0ca0f;hp=cf141d059db0db1419e99b99099389c4c2e0ca0f;p=ppp.git Log a message when we succeed or fail in authenticating ourselves to the peer. The message in the success case is printed in auth_withpeer_success, but the message in the failure case is printed by the caller of auth_withpeer_fail (since there are many possible reasons for failure). ---