From 690b843678418c15b6c21cd64dbbe4fdaca03aac Mon Sep 17 00:00:00 2001 From: Charles Crossan Date: Mon, 22 Feb 2021 20:52:10 -0500 Subject: [PATCH] add missing newline --- 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 c21c4335d..80fd807cf 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -937,7 +937,7 @@ void Screen::setFrames() normalFrames[numframes++] = drawPluginFrame; } - DEBUG_MSG("Added plugins. numframes: %d", numframes); + DEBUG_MSG("Added plugins. numframes: %d\n", numframes); // If we have a critical fault, show it first if (myNodeInfo.error_code)