corrected pkcs11 error message

This commit is contained in:
Andreas Steffen
2011-03-01 22:19:58 +01:00
parent 007c47088c
commit a79eba2e9c
@@ -369,7 +369,7 @@ pkcs11_manager_t *pkcs11_manager_create(pkcs11_manager_token_event_t cb,
"libstrongswan.plugins.pkcs11.modules.%s.path", NULL, module);
if (!entry->path)
{
DBG1(DBG_CFG, "PKCS11 module '%s' misses library path", module);
DBG1(DBG_CFG, "PKCS11 module '%s' lacks library path", module);
free(entry);
continue;
}