Commit e1eaf949 authored by Joshua Jackson's avatar Joshua Jackson Committed by David S. Miller

[VLAN]: Use KERN_INFO for VLAN_INF.

parent 646b8af1
......@@ -7,7 +7,7 @@
/* #define VLAN_DEBUG */
#define VLAN_ERR KERN_ERR
#define VLAN_INF KERN_ALERT
#define VLAN_INF KERN_INFO
#define VLAN_DBG KERN_ALERT /* change these... to debug, having a hard time
* changing the log level at run-time..for some reason.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment