Change LOG_NOTICE to LOG_INFO

This commit is contained in:
fvanroie 2021-10-03 00:11:18 +02:00
parent 5b4053421b
commit 98e2a34899

View File

@ -309,8 +309,8 @@ int main(int argc, char* argv[])
// fflush(stdout); // fflush(stdout);
debugPrintHaspHeader(stdout); debugPrintHaspHeader(stdout);
LOG_NOTICE(TAG_MAIN, "resolution %d x %d", tft_width, tft_height); LOG_INFO(TAG_MAIN, "resolution %d x %d", tft_width, tft_height);
LOG_NOTICE(TAG_MAIN, "pre setup"); LOG_INFO(TAG_MAIN, "pre setup");
setup(); setup();