bar: lower case initial letter in log message

This commit is contained in:
Daniel Eklöf 2018-12-18 19:37:03 +01:00
parent 817ce49e3b
commit 452669d6de

2
bar.c
View file

@ -202,7 +202,7 @@ run(struct bar_run_context *run_ctx)
const xcb_randr_monitor_info_t *mon = it.data;
char *name = get_atom_name(bar->conn, mon->name);
LOG_INFO("Monitor: %s: %ux%u+%u+%u (%ux%umm)", name,
LOG_INFO("monitor: %s: %ux%u+%u+%u (%ux%umm)", name,
mon->width, mon->height, mon->x, mon->y,
mon->width_in_millimeters, mon->height_in_millimeters);