accelerant/radeon_hd: Add missing newline to error message
Change-Id: Ic145f75ae8a05f901e6202fbb552260f7f74efe0
This commit is contained in:
parent
65462c8c81
commit
62298adc03
@ -382,7 +382,7 @@ detect_displays()
|
|||||||
// TODO: In the future we might want to accept this condition.. however
|
// 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
|
// without monitor hot plugging, we're most likely going to fail to bring
|
||||||
// up a display here.
|
// 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__);
|
__func__);
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user