socsvn commit: r308012 - soc2016/yuanxunzhang/head/usr.sbin/eaps
yuanxunzhang at FreeBSD.org
yuanxunzhang at FreeBSD.org
Fri Aug 19 10:55:18 UTC 2016
Author: yuanxunzhang
Date: Fri Aug 19 10:55:16 2016
New Revision: 308012
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=308012
Log:
EAPS: set switch mode interface
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 Aug 19 10:54:59 2016 (r308011)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c Fri Aug 19 10:55:16 2016 (r308012)
@@ -246,7 +246,7 @@
}
char *mode = *(++argv);
- printf("Debug print: the switch mode is %s!\n", mode);
+ printf("Debug print: set switch mode is %s!\n", mode);
//check the eaps switch mode
if ((mode != eaps_mode_message[EAPS_MODE_TRANSIT])
More information about the svn-soc-all
mailing list