mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Changed the default logging level to WARNING
This prevents excessive logging from the HAL. Put it back as needed Change-Id: I217f8bf20dd092dd6205444b08c98c9a7c3c83de
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
// set the logging level
|
||||
TLogLevel i2cJNILogLevel = logDEBUG;
|
||||
TLogLevel i2cJNILogLevel = logWARNING;
|
||||
|
||||
#define I2CJNI_LOG(level) \
|
||||
if (level > i2cJNILogLevel) ; \
|
||||
|
||||
Reference in New Issue
Block a user