mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01: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…
Reference in a new issue