diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-02 07:49:23 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-02 07:49:23 -0500 |
commit | 7152075681ffd2199119075eca68072bc364d519 (patch) | |
tree | 5b02aa9b42945bc30329c641fd34630af1868f66 /sway/main.c | |
parent | 1cfebe827ae53a243ffdd1e09f8b71d4c1a4e254 (diff) |
log env after ipc init
Diffstat (limited to 'sway/main.c')
-rw-r--r-- | sway/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c index c65d175b..bc107309 100644 --- a/sway/main.c +++ b/sway/main.c @@ -366,7 +366,6 @@ int main(int argc, char **argv) { log_kernel(); log_distro(); - log_env(); detect_proprietary(); detect_raspi(); @@ -387,6 +386,7 @@ int main(int argc, char **argv) { init_layout(); ipc_init(&server); + log_env(); //if (validate) { // bool valid = load_main_config(config_path, false); |