]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
put DN in double quotes
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 18 Feb 2011 16:36:18 +0000 (17:36 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 1 Mar 2011 21:19:59 +0000 (22:19 +0100)
src/libcharon/plugins/stroke/stroke_config.c

index ea7d175924ff6689292534db5580dd8d21dadeb5..2b31643843b232c32602e4e96004b0a9b79ea2f5 100644 (file)
@@ -409,7 +409,7 @@ static auth_cfg_t *build_auth_cfg(private_stroke_config_t *this,
                }
                else
                {
-                       DBG1(DBG_CFG, "CA certificate %s not found, discarding CA "
+                       DBG1(DBG_CFG, "CA certificate \"%s\" not found, discarding CA "
                                 "constraint", ca);
                }
        }