Fixed PB-TNC directionality debug message

This commit is contained in:
Andreas Steffen 2015-04-24 11:16:16 +02:00
parent c5a41c9162
commit c1c6506391
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ METHOD(pb_tnc_batch_t, process_header, status_t,
if (directionality & (*from_server == is_server))
{
DBG1(DBG_TNC, "wrong Directionality: batch is from a PB %s",
DBG1(DBG_TNC, "wrong Directionality: batch is from a PB-TNC %s",
is_server ? "server" : "client");
msg = pb_error_msg_create_with_offset(TRUE, PEN_IETF,
PB_ERROR_INVALID_PARAMETER, 1);