mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Log Sway version on startup
This commit is contained in:
parent
62a530513c
commit
bf8d23a836
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue