Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2016 05:11:06 GMT
From:      yuanxunzhang@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r304463 - soc2016/yuanxunzhang/head/usr.sbin/eaps
Message-ID:  <201606030511.u535B6iE061550@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang
Date: Fri Jun  3 05:11:05 2016
New Revision: 304463
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304463

Log:
  freeBSD:EAPS development

Modified:
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:09:51 2016	(r304462)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 05:11:05 2016	(r304463)
@@ -129,7 +129,7 @@
 	struct eaps_d *eaps;
 
 	if (SLIST_EMPTY(&eaps_head)) {
-		warn("No eaps Configuration!");
+		printf("No eaps Configuration!\n");
 	}
 	/* Display EAPS information*/
 	SLIST_FOREACH(eaps, &eaps_head, eaps_entries) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606030511.u535B6iE061550>