Add missing XAuth name variable when complaining about missing XAuth backend

This commit is contained in:
Martin Willi 2012-06-25 10:09:27 +02:00
parent f84180bb89
commit de5e8fb4e0

View 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
{