diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/charon/plugins/stroke/stroke.c | 2 |
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); |