diff options
| author | Brian Somers <brian@FreeBSD.org> | 2002-05-14 13:32:30 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2002-05-14 13:32:30 +0000 |
| commit | d76a00091cde883809e7ce9ccaa5649aaf2f6680 (patch) | |
| tree | fac062cd688f46c81faea4f1116496cca1d185c8 /usr.sbin/ppp | |
| parent | 122865286e0df0883df2cc5972ed9baae9f25bf4 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/cbcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/cbcp.c b/usr.sbin/ppp/cbcp.c index 266a5027032f..38684351190a 100644 --- a/usr.sbin/ppp/cbcp.c +++ b/usr.sbin/ppp/cbcp.c @@ -563,7 +563,7 @@ cbcp_CheckResponse(struct cbcp *cbcp, struct cbcp_data *data) } return CBCP_ACTION_DOWN; } - log_Printf(LogPHASE, "Internal CBCP error - agreed on %d ??!?\n", + log_Printf(LogPHASE, "Internal CBCP error - agreed on %d !\n", (int)cbcp->fsm.type); return CBCP_ACTION_DOWN; } else if (data->type == CBCP_NONUM && cbcp->fsm.type == CBCP_CLIENTNUM) { |
