aboutsummaryrefslogtreecommitdiff
path: root/src/connect.c
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-03-16 21:31:48 +0100
committerFederico Angelilli <code@fedang.net>2024-03-16 21:31:48 +0100
commitc89bd80db59e9f4828a9a8ce43bdf90ce1512158 (patch)
tree9e1f9118e7c91030dcec235d0f8911ce61cdfabf /src/connect.c
parent7d8a85532b8ee97af9568443fd97e9701943b225 (diff)
Precompute max button size
Diffstat (limited to 'src/connect.c')
-rw-r--r--src/connect.c2
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;
}