Log Sway version on startup

This commit is contained in:
Simon Ser 2020-06-11 16:40:33 +02:00
parent 62a530513c
commit dded4de821
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -323,6 +323,7 @@ int main(int argc, char **argv) {
wlr_log_init(WLR_ERROR, NULL); wlr_log_init(WLR_ERROR, NULL);
} }
sway_log(SWAY_INFO, "Sway version " SWAY_VERSION);
log_kernel(); log_kernel();
log_distro(); log_distro();
log_env(); log_env();