mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
Add missing XAuth name variable when complaining about missing XAuth backend
This commit is contained in:
parent
f84180bb89
commit
de5e8fb4e0
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user