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
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ struct wlr_drm_format *output_pick_format(struct wlr_output *output,
if (format == NULL) {
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);
return NULL;
}