Merge pull request #1487 from acrisci/feature/log-swaysock

log env after ipc init
This commit is contained in:
Drew DeVault 2017-12-02 09:45:29 -05:00 committed by GitHub
commit ed88b11197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);