mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Merge pull request #1487 from acrisci/feature/log-swaysock
log env after ipc init
This commit is contained in:
commit
ed88b11197
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user