diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-16 21:31:48 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-16 21:31:48 +0100 |
| commit | c89bd80db59e9f4828a9a8ce43bdf90ce1512158 (patch) | |
| tree | 9e1f9118e7c91030dcec235d0f8911ce61cdfabf /src/connect.c | |
| parent | 7d8a85532b8ee97af9568443fd97e9701943b225 (diff) | |
Precompute max button size
Diffstat (limited to 'src/connect.c')
| -rw-r--r-- | src/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connect.c b/src/connect.c index 1ad5c9a..3788db1 100644 --- a/src/connect.c +++ b/src/connect.c @@ -121,7 +121,7 @@ static bool button_action_find(State *state, GList *layouts, int x, int y) else animation_destroy(anim); - log_info("Triggering action for button [text=%s, button=%p]", button_simple_get_text(btn), btn); + log_info("Triggering action for button [text=\"%s\", button=%p]", button_simple_get_text(btn), btn); action(btn); return true; } |
