Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-arrow committed May 18, 2024
1 parent e9577ab commit 8932786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func launch(session config.Session, pam_handle *C.struct_pam_handle, pwnam *C.st
if (status >= 1) {
// There was an error, so lets wait until the user reads it to continue.
fmt.Println()
fmt.Println("[ Script exited with code", int(status), "]", " There was an error with your Window Manager or configuration. Press enter to continue...")
fmt.Println("[ Exited with code", int(status), "]", " There was an error with your window wanager or configuration. Press enter to continue...")
fmt.Scanln()
} else {
fmt.Println("Child process has closed, beginning cleanup...")
Expand Down

0 comments on commit 8932786

Please sign in to comment.