mirror of
https://github.com/swaywm/sway.git
synced 2024-12-26 23:18:26 +01:00
Log Sway version on startup
This commit is contained in:
parent
62a530513c
commit
bf8d23a836
1 changed files with 1 additions and 0 deletions
|
@ -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