Merge pull request #1300 from emersion/patch-1

Fix typo in debug log
This commit is contained in:
Drew DeVault 2017-08-03 07:06:59 -04:00 committed by GitHub
commit f8d0e1f946
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ static void display_handle_mode(void *data, struct wl_output *wl_output,
state->flags = flags;
state->width = width;
state->height = height;
sway_log(L_DEBUG, "Got mode %dx%x:0x%X for output %p",
sway_log(L_DEBUG, "Got mode %dx%d:0x%X for output %p",
width, height, flags, data);
}
}