diff --git a/include/rtw_debug.h b/include/rtw_debug.h index 8a8ec72..d94639a 100644 --- a/include/rtw_debug.h +++ b/include/rtw_debug.h @@ -73,7 +73,7 @@ extern u32 GlobalDebugLevel; #define DBG_88E_LEVEL(_level, fmt, arg...) \ do { \ if (_level <= GlobalDebugLevel) \ - pr_info(DRIVER_PREFIX"ERROR " fmt, ##arg); \ + pr_info(DRIVER_PREFIX"INFO " fmt, ##arg); \ } while (0) #define DBG_88E(...) \