summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/iapp.c
diff options
context:
space:
mode:
authorMoritz Jodeit <moritz@cvs.openbsd.org>2005-04-13 21:02:45 +0000
committerMoritz Jodeit <moritz@cvs.openbsd.org>2005-04-13 21:02:45 +0000
commit2e308506842304547bdbf09af2119d63c4742598 (patch)
treeb3136242190d612802ea44a19cd296771795c1e4 /usr.sbin/hostapd/iapp.c
parent021be9d318ff1dd44f1e15735412eb2d763e70ee (diff)
add some missing arguments, where format strings
expect them and a minor comment fix. ok reyk@
Diffstat (limited to 'usr.sbin/hostapd/iapp.c')
-rw-r--r--usr.sbin/hostapd/iapp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/hostapd/iapp.c b/usr.sbin/hostapd/iapp.c
index b3ad1f77ac0..5605b29a0b3 100644
--- a/usr.sbin/hostapd/iapp.c
+++ b/usr.sbin/hostapd/iapp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iapp.c,v 1.3 2005/04/13 20:25:31 deraadt Exp $ */
+/* $OpenBSD: iapp.c,v 1.4 2005/04/13 21:02:44 moritz Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net>
@@ -177,9 +177,9 @@ hostapd_iapp_input(int fd, short sig, void *arg)
ret = 0;
hostapd_log(HOSTAPD_LOG, "%s/%s: %s ADD notification "
- "for %s at %s (%s)\n",
- ret == 0 ? "received" : "ignored",
+ "for %s at %s\n",
cfg->c_apme_iface, cfg->c_iapp_iface,
+ ret == 0 ? "received" : "ignored",
ether_ntoa((struct ether_addr*)node.ni_macaddr),
inet_ntoa(addr.sin_addr));
break;