adapted debug output

This commit is contained in:
Andreas Steffen
2012-03-13 16:27:17 +01:00
parent 70b2bfa5cb
commit 27a91de071
@@ -113,7 +113,7 @@ METHOD(tnc_pdp_connections_t, add, void,
{ {
found = TRUE; found = TRUE;
entry->method->destroy(entry->method); entry->method->destroy(entry->method);
DBG1(DBG_CFG, "removed stale TNC PEP RADIUS connection"); DBG1(DBG_CFG, "removed stale RADIUS connection");
entry->method = method; entry->method = method;
break; break;
} }