From bb4e350ae717beb2220712479b3d0c223a24cca1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Jan 2004 15:56:24 +0000 Subject: remove debug output git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@61 022f378f-78c4-0310-b860-d162c87e6274 --- src/iwapi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/iwapi.c b/src/iwapi.c index 64eb8b2..6de6442 100644 --- a/src/iwapi.c +++ b/src/iwapi.c @@ -242,7 +242,6 @@ int iw_tune(struct interface *i, struct ap_info *ap) { snprint_hw_addr(c, sizeof(c), &ap->ap); /* We are not interested in the return values of these functions due to driver issues */ - daemon_log(LOG_INFO, "Tuning %s ... %s", ap->essid, c); iw_set_mode(i, IW_MODE_INFRA); iw_set_essid(i, ap->essid); //iw_set_freq(i, &ap->freq); -- cgit