From 98e2a3489961a8edab90ca49bcd0ebf98f8db96d Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 3 Oct 2021 00:11:18 +0200 Subject: [PATCH] Change LOG_NOTICE to LOG_INFO --- src/main_sdl2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main_sdl2.cpp b/src/main_sdl2.cpp index 99f2a1ee..6c13c973 100644 --- a/src/main_sdl2.cpp +++ b/src/main_sdl2.cpp @@ -309,8 +309,8 @@ int main(int argc, char* argv[]) // fflush(stdout); debugPrintHaspHeader(stdout); - LOG_NOTICE(TAG_MAIN, "resolution %d x %d", tft_width, tft_height); - LOG_NOTICE(TAG_MAIN, "pre setup"); + LOG_INFO(TAG_MAIN, "resolution %d x %d", tft_width, tft_height); + LOG_INFO(TAG_MAIN, "pre setup"); setup();