Log selected peer config during Main Mode.

This commit is contained in:
Tobias Brunner
2012-03-20 17:31:20 +01:00
parent 0a43f4b6c4
commit 6a6e000134
+4
View File
@@ -341,6 +341,10 @@ static peer_cfg_t *select_config(private_main_mode_t *this, identification_t *id
}
enumerator->destroy(enumerator);
if (found)
{
DBG2(DBG_CFG, "selected peer config \"%s\"", found->get_name(found));
}
return found;
}