diff options
author | Drew DeVault <[email protected]> | 2015-10-25 08:58:34 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-10-25 08:58:34 -0400 |
commit | eb847a1b1ce122f6621de0fb76e381bf0d10b317 (patch) | |
tree | a72bb20cd5dcdf6f328e6f5cfbd9da870fd82027 /sway/focus.c | |
parent | 010368150bf814a05e35d8fe34cf20c4739c5781 (diff) | |
parent | 83ca7d3a5ccc3943de80cd07bd52e7005b13ab75 (diff) |
Merge pull request #204 from sce/misc_stuff
Misc stuff
Diffstat (limited to 'sway/focus.c')
-rw-r--r-- | sway/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/focus.c b/sway/focus.c index 0c1f8c9e..1aa7579b 100644 --- a/sway/focus.c +++ b/sway/focus.c @@ -76,7 +76,7 @@ bool set_focused_container(swayc_t *c) { if (locked_container_focus || !c) { return false; } - sway_log(L_DEBUG, "Setting focus to %p:%ld", c, c->handle); + swayc_log(L_DEBUG, c, "Setting focus to %p:%ld", c, c->handle); // Get workspace for c, get that workspaces current focused container. swayc_t *workspace = swayc_active_workspace_for(c); |