mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 12:55:41 +02:00
bar: lower case initial letter in log message
This commit is contained in:
parent
817ce49e3b
commit
452669d6de
1 changed files with 1 additions and 1 deletions
2
bar.c
2
bar.c
|
@ -202,7 +202,7 @@ run(struct bar_run_context *run_ctx)
|
||||||
const xcb_randr_monitor_info_t *mon = it.data;
|
const xcb_randr_monitor_info_t *mon = it.data;
|
||||||
char *name = get_atom_name(bar->conn, mon->name);
|
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, mon->height, mon->x, mon->y,
|
||||||
mon->width_in_millimeters, mon->height_in_millimeters);
|
mon->width_in_millimeters, mon->height_in_millimeters);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue