mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
fix typos in comments/messages; add shutting down message
This commit is contained in:
parent
28b8ea9f1e
commit
f5b33cb4b6
3 changed files with 5 additions and 3 deletions
|
|
@ -380,7 +380,7 @@ int main(int argc, char **argv) {
|
|||
// prevent ipc from crashing sway
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
||||
wlr_log(L_INFO, "Starting sway version " SWAY_VERSION "\n");
|
||||
wlr_log(L_INFO, "Starting sway version " SWAY_VERSION);
|
||||
|
||||
init_layout();
|
||||
|
||||
|
|
@ -414,6 +414,8 @@ int main(int argc, char **argv) {
|
|||
server_run(&server);
|
||||
}
|
||||
|
||||
wlr_log(L_INFO, "Shutting down sway");
|
||||
|
||||
server_fini(&server);
|
||||
|
||||
ipc_terminate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue