From 418ca5961ff3dbc83dc04d2e55f9dae9118599b0 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 3 Feb 2011 13:04:10 +0100 Subject: [PATCH] wifi: Debug string typo --- plugins/wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wifi.c b/plugins/wifi.c index 59e9fb5..c4089c0 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -1018,7 +1018,7 @@ static int tech_set_tethering(struct connman_technology *technology, mode = g_supplicant_interface_get_mode(interface); if ((mode & G_SUPPLICANT_CAPABILITY_MODE_AP) == 0) { - DBG("ifname does not support AP mode"); + DBG("%s does not support AP mode", ifname); continue; } -- 2.7.4