mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-22 01:58:12 +02:00
drm: prepend stamp space to output mode logging
Use the STAMP_SPACE to make the output mode logging a little nicer looking. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com> Reviewed-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
04633b6932
commit
d3ed6cb3b1
1 changed files with 1 additions and 1 deletions
|
|
@ -2059,7 +2059,7 @@ create_output_for_connector(struct drm_compositor *ec,
|
|||
weston_log("Output %s, (connector %d, crtc %d)\n",
|
||||
output->base.name, output->connector_id, output->crtc_id);
|
||||
wl_list_for_each(m, &output->base.mode_list, link)
|
||||
weston_log_continue(" mode %dx%d@%.1f%s%s%s\n",
|
||||
weston_log_continue(STAMP_SPACE "mode %dx%d@%.1f%s%s%s\n",
|
||||
m->width, m->height, m->refresh / 1000.0,
|
||||
m->flags & WL_OUTPUT_MODE_PREFERRED ?
|
||||
", preferred" : "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue