diff options
author | Simon Ser <contact@emersion.fr> | 2022-10-01 16:52:31 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-10-01 16:52:31 +0200 |
commit | e40d492b78fb6f6501dcab1fab2590edc8baa713 (patch) | |
tree | 56741b6d617434b040e84d6bdd702d28d21f4204 | |
parent | e4efb6b6015adc8b4e5a35b3bb93efcdecb6798d (diff) |
output: fix typo in error message
-rw-r--r-- | types/output/render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/output/render.c b/types/output/render.c index 10203c48..0228c0cd 100644 --- a/types/output/render.c +++ b/types/output/render.c @@ -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; } |