From patchwork Wed Apr 4 04:36:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Greear X-Patchwork-Id: 150583 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from maxx.maxx.shmoo.com (maxx.shmoo.com [205.134.188.171]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "maxx.shmoo.com", Issuer "CA Cert Signing Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D6444B6FFE for ; Wed, 4 Apr 2012 14:36:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id 427AC9C1CB; Wed, 4 Apr 2012 00:36:40 -0400 (EDT) X-Virus-Scanned: amavisd-new at maxx.shmoo.com Received: from maxx.maxx.shmoo.com ([127.0.0.1]) by localhost (maxx.shmoo.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b1axknMWzFgo; Wed, 4 Apr 2012 00:36:40 -0400 (EDT) Received: from maxx.shmoo.com (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id 3E04E9D1E6; Wed, 4 Apr 2012 00:36:36 -0400 (EDT) X-Original-To: mailman-post+hostap@maxx.shmoo.com Delivered-To: mailman-post+hostap@maxx.shmoo.com Received: from localhost (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id 802089D1E6 for ; Wed, 4 Apr 2012 00:36:35 -0400 (EDT) X-Virus-Scanned: amavisd-new at maxx.shmoo.com Received: from maxx.maxx.shmoo.com ([127.0.0.1]) by localhost (maxx.shmoo.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8dFXUOH1TvO2 for ; Wed, 4 Apr 2012 00:36:30 -0400 (EDT) Received: from ns3.lanforge.com (mail.candelatech.com [208.74.158.172]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by maxx.maxx.shmoo.com (Postfix) with ESMTPS id 80AD79C1CB for ; Wed, 4 Apr 2012 00:36:30 -0400 (EDT) Received: from fs3.candelatech.com (firewall.candelatech.com [70.89.124.249]) by ns3.lanforge.com (8.14.2/8.14.2) with ESMTP id q344aPX8001407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Apr 2012 21:36:26 -0700 From: greearb@candelatech.com To: hostap@lists.shmoo.com Subject: [PATCH v2] wpa_supplicant: Print initialization information on startup. Date: Tue, 3 Apr 2012 21:36:13 -0700 Message-Id: <1333514173-14758-1-git-send-email-greearb@candelatech.com> X-Mailer: git-send-email 1.7.3.4 Cc: Ben Greear X-BeenThere: hostap@lists.shmoo.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: HostAP Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: hostap-bounces@lists.shmoo.com Errors-To: hostap-bounces@lists.shmoo.com From: Ben Greear This lets someone know if they have a log file that properly starts at the beginning. Signed-hostap: Ben Greear --- :100644 100644 bde956e... 1fdeef7... M wpa_supplicant/main.c wpa_supplicant/main.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/wpa_supplicant/main.c b/wpa_supplicant/main.c index bde956e..1fdeef7 100644 --- a/wpa_supplicant/main.c +++ b/wpa_supplicant/main.c @@ -263,6 +263,9 @@ int main(int argc, char *argv[]) exitcode = -1; goto out; } + else { + wpa_printf(MSG_INFO, "Successfully initialized wpa_supplicant"); + } for (i = 0; exitcode == 0 && i < iface_count; i++) { if ((ifaces[i].confname == NULL &&