aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-03-20 15:22:26 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-03-20 15:22:26 +0000
commit25c9637222291903cb61ce36f5b8c61f741afe0f (patch)
treeed75ae416e3a13871e0953581a26ee63e08b8101
parentdfd5cdcb88689b23fe13998402099572d58f5f34 (diff)
downloadstrongswan-25c9637222291903cb61ce36f5b8c61f741afe0f.tar.bz2
strongswan-25c9637222291903cb61ce36f5b8c61f741afe0f.tar.xz
modified debug text
-rwxr-xr-xsrc/charon/plugins/stroke/stroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/stroke/stroke.c b/src/charon/plugins/stroke/stroke.c
index 9bff144f6..d29118f91 100755
--- a/src/charon/plugins/stroke/stroke.c
+++ b/src/charon/plugins/stroke/stroke.c
@@ -718,7 +718,7 @@ static x509_t* load_cert(char *path, x509_flag_t flag)
BUILD_END);
if (x509 == NULL)
{
- DBG1(DBG_CFG, " could not load certificate file '%s'", path);
+ DBG1(DBG_CFG, " could not parse loaded certificate file '%s'", path);
return NULL;
}
DBG1(DBG_CFG, " loaded certificate file '%s'", path);