]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
corrected pkcs11 error message
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 18 Feb 2011 16:32:48 +0000 (17:32 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 1 Mar 2011 21:19:58 +0000 (22:19 +0100)
src/libstrongswan/plugins/pkcs11/pkcs11_manager.c

index 9308e9c257a860ed55f18434e74acc0a489fb210..431cd6a2c9f161204aa2eaa64c3ebd63ade3aaf3 100644 (file)
@@ -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;
                }