From 62298adc0304bbc3ce01139943ca6c990b97299b Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 9 Jul 2022 08:41:41 -0500 Subject: [PATCH] accelerant/radeon_hd: Add missing newline to error message Change-Id: Ic145f75ae8a05f901e6202fbb552260f7f74efe0 --- src/add-ons/accelerants/radeon_hd/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/accelerants/radeon_hd/display.cpp b/src/add-ons/accelerants/radeon_hd/display.cpp index 2cc1fed24d..c662112a82 100644 --- a/src/add-ons/accelerants/radeon_hd/display.cpp +++ b/src/add-ons/accelerants/radeon_hd/display.cpp @@ -382,7 +382,7 @@ detect_displays() // TODO: In the future we might want to accept this condition.. however // without monitor hot plugging, we're most likely going to fail to bring // up a display here. - ERROR("%s: ERROR: 0 attached monitors were found on display connectors.", + ERROR("%s: ERROR: 0 attached monitors were found on display connectors.\n", __func__); return B_ERROR; }