diff options
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; } |
