Log Sway version on startup

This commit is contained in:
Simon Ser 2020-06-11 16:40:33 +02:00 committed by Drew DeVault
parent 62a530513c
commit bf8d23a836

View File

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