aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorS. Christoffer Eliesen <christoffer@eliesen.no>2015-10-21 22:22:01 +0200
committerS. Christoffer Eliesen <christoffer@eliesen.no>2015-10-21 22:22:01 +0200
commit6eb8da0e147aa535ec0736684237890ad4291d84 (patch)
tree1ee8b5adad736bc14e43d25327184ccc7aea47c6 /sway/commands.c
parentaef31910222702c4cef8de17487f87b910a601f3 (diff)
commands,container: Tweak debug output to better reflect reality.
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index eb77c172..7b026fd2 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -619,7 +619,7 @@ static enum cmd_status cmd_output(int argc, char **argv) {
list_add(config->output_configs, output);
- sway_log(L_DEBUG, "Configured output %s to %d x %d @ %d, %d",
+ sway_log(L_DEBUG, "Config stored for output %s (%d x %d @ %d, %d)",
output->name, output->width, output->height, output->x, output->y);
return CMD_SUCCESS;