mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-21 10:16:34 +00:00
Change LOG_NOTICE to LOG_INFO
This commit is contained in:
parent
5b4053421b
commit
98e2a34899
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user