sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit f54287eaf3f96e9574ebd4828788fd20be4b35dd
parent 5fdffea99ac5fcfd3618256a0291c9ff71cb1480
Author: Rouven Czerwinski <rouven@czerwinskis.de>
Date:   Mon,  5 Nov 2018 20:32:05 +0100

config: mention that reload message is also printed on validation

Diffstat:
Msway/config.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sway/config.c b/sway/config.c @@ -389,7 +389,8 @@ bool load_main_config(const char *file, bool is_active, bool validating) { config_defaults(config); config->validating = validating; if (is_active) { - wlr_log(WLR_DEBUG, "Performing configuration file reload"); + wlr_log(WLR_DEBUG, "Performing configuration file %s", + validating ? "validation" : "reload"); config->reloading = true; config->active = true;