mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
output: fix typo in error message
This commit is contained in:
parent
e4efb6b601
commit
e40d492b78
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue