From 5b0d8381b9b1fe9a3b51470b54b29297bd1f3f17 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 9 Mar 2021 15:07:26 +0800 Subject: [PATCH] fxi log formatting --- src/graphics/Screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index cfc059835..e341aea0b 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -852,7 +852,7 @@ int32_t Screen::runOnce() free(cmd.print_text); break; default: - DEBUG_MSG("BUG: invalid cmd"); + DEBUG_MSG("BUG: invalid cmd\n"); } }