output of eap_type_names requires %N format

This commit is contained in:
Andreas Steffen
2007-05-18 10:14:01 +00:00
parent ec3c02a303
commit 889c2ded1c
@@ -85,7 +85,7 @@ void eap_method_unload()
while (modules->remove_last(modules, (void**)&entry) == SUCCESS)
{
DBG2(DBG_CFG, "unloaded module for %s", eap_type_names, entry->type);
DBG2(DBG_CFG, "unloaded module for %N", eap_type_names, entry->type);
dlclose(entry->handle);
free(entry);
}