aboutsummaryrefslogtreecommitdiff
path: root/sway/container.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/container.c
parentaef31910222702c4cef8de17487f87b910a601f3 (diff)
commands,container: Tweak debug output to better reflect reality.
Diffstat (limited to 'sway/container.c')
-rw-r--r--sway/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/container.c b/sway/container.c
index 4c523827..b8ff7150 100644
--- a/sway/container.c
+++ b/sway/container.c
@@ -70,7 +70,7 @@ swayc_t *new_output(wlc_handle handle) {
}
}
- sway_log(L_DEBUG, "Added output %lu:%s", handle, name);
+ sway_log(L_DEBUG, "New output %lu:%s", handle, name);
struct output_config *oc = NULL;
int i;