diff options
Diffstat (limited to 'usr.sbin/ppp/cbcp.c')
-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 266a502..3868435 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) { |