mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 00:11:28 +00:00
config: mention that reload message is also printed on validation
This commit is contained in:
parent
5fdffea99a
commit
f54287eaf3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue