diff options
author | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-10-21 22:22:01 +0200 |
---|---|---|
committer | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-10-21 22:22:01 +0200 |
commit | 6eb8da0e147aa535ec0736684237890ad4291d84 (patch) | |
tree | 1ee8b5adad736bc14e43d25327184ccc7aea47c6 /sway/container.c | |
parent | aef31910222702c4cef8de17487f87b910a601f3 (diff) |
commands,container: Tweak debug output to better reflect reality.
Diffstat (limited to 'sway/container.c')
-rw-r--r-- | sway/container.c | 2 |
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; |