1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-11-22 17:12:29 +02:00

Revert the log level to INFO

It was modified by error to DEBUG by commit 88f54e1ccc
This commit is contained in:
Paul Cercueil 2013-07-29 13:02:06 -04:00
parent 88f54e1ccc
commit 50b3bb2b7f

View File

@ -11,7 +11,7 @@
#define DEBUG_L 4
#ifndef LOG_LEVEL
#define LOG_LEVEL DEBUG_L
#define LOG_LEVEL INFO_L
#endif
// -------------