summaryrefslogtreecommitdiffstats
path: root/pand
diff options
context:
space:
mode:
Diffstat (limited to 'pand')
-rw-r--r--pand/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pand/main.c b/pand/main.c
index 07c3decd..4d488723 100644
--- a/pand/main.c
+++ b/pand/main.c
@@ -210,7 +210,7 @@ static int do_listen(void)
ba2str(&l2a.l2_bdaddr, str);
syslog(LOG_INFO, "New connection from %s %s",
- str, netdev);
+ str, devname);
run_devup(devname, str, sk, nsk);
} else {