output: fix typo in error message

This commit is contained in:
Simon Ser 2022-10-01 16:52:31 +02:00
parent e4efb6b601
commit e40d492b78

View file

@ -303,7 +303,7 @@ struct wlr_drm_format *output_pick_format(struct wlr_output *output,
if (format == NULL) { if (format == NULL) {
wlr_log(WLR_DEBUG, "Failed to intersect display and render " wlr_log(WLR_DEBUG, "Failed to intersect display and render "
"modifiers for format 0x%"PRIX32 " on output '%s", "modifiers for format 0x%"PRIX32 " on output %s",
fmt, output->name); fmt, output->name);
return NULL; return NULL;
} }