]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Add missing XAuth name variable when complaining about missing XAuth backend
authorMartin Willi <martin@revosec.ch>
Mon, 25 Jun 2012 08:09:27 +0000 (10:09 +0200)
committerMartin Willi <martin@revosec.ch>
Mon, 25 Jun 2012 08:09:27 +0000 (10:09 +0200)
src/libcharon/sa/ikev1/tasks/xauth.c

index 730ac355d1a81ae29b2345fa29a033f36461fc69..7d56fbbaa75fbfce9ae8bdb668d789bf4b5e0976 100644 (file)
@@ -127,7 +127,7 @@ static xauth_method_t *load_method(private_xauth_t* this)
        {
                if (name)
                {
-                       DBG1(DBG_CFG, "no XAuth method found named '%s'");
+                       DBG1(DBG_CFG, "no XAuth method found named '%s'", name);
                }
                else
                {