summaryrefslogtreecommitdiffstats
path: root/pand/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pand/main.c')
-rw-r--r--pand/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pand/main.c b/pand/main.c
index 8c3ba747..1d62a65f 100644
--- a/pand/main.c
+++ b/pand/main.c
@@ -272,8 +272,8 @@ static int do_listen(void)
ba2str(&l2a.l2_bdaddr, str);
- syslog(LOG_INFO, "New connection from %s %s",
- str, netdev);
+ syslog(LOG_INFO, "New connection from %s at %s",
+ str, devname);
run_script(devupcmd, devname, str, sk, nsk);