aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-02 07:49:23 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-02 07:49:23 -0500
commit7152075681ffd2199119075eca68072bc364d519 (patch)
tree5b02aa9b42945bc30329c641fd34630af1868f66 /sway/main.c
parentMerge pull request #1479 from acrisci/feature/meson-build (diff)
downloadsway-7152075681ffd2199119075eca68072bc364d519.tar.gz
sway-7152075681ffd2199119075eca68072bc364d519.tar.zst
sway-7152075681ffd2199119075eca68072bc364d519.zip
log env after ipc init
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c2
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) {
366 366
367 log_kernel(); 367 log_kernel();
368 log_distro(); 368 log_distro();
369 log_env();
370 detect_proprietary(); 369 detect_proprietary();
371 detect_raspi(); 370 detect_raspi();
372 371
@@ -387,6 +386,7 @@ int main(int argc, char **argv) {
387 386
388 init_layout(); 387 init_layout();
389 ipc_init(&server); 388 ipc_init(&server);
389 log_env();
390 390
391 //if (validate) { 391 //if (validate) {
392 // bool valid = load_main_config(config_path, false); 392 // bool valid = load_main_config(config_path, false);