Cleanup: missing newline in GHOST_PRINT

This commit is contained in:
Campbell Barton 2022-08-11 10:58:41 +10:00
parent d9c2922a14
commit d1e2988a12
1 changed files with 1 additions and 1 deletions

View File

@ -2489,7 +2489,7 @@ static void xdg_output_handle_logical_size(void *data,
* done (we can't match exactly because fractional scaling can't be
* detected otherwise), then override if necessary. */
if ((output->size_logical[0] == width) && (output->scale_fractional == wl_fixed_from_int(1))) {
GHOST_PRINT("xdg_output scale did not match, overriding with wl_output scale");
GHOST_PRINT("xdg_output scale did not match, overriding with wl_output scale\n");
#ifdef USE_GNOME_CONFINE_HACK
/* Use a bug in GNOME to check GNOME is in use. If the bug is fixed this won't cause an issue