aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ppp/cbcp.c2
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) {