From 893278607f36f526b4671c9a05461679383919c8 Mon Sep 17 00:00:00 2001 From: Lunarmagpie Date: Fri, 17 May 2024 23:42:26 -0400 Subject: [PATCH] some cleanup --- login/launch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/launch.go b/login/launch.go index be3bf6d..c6b2c71 100644 --- a/login/launch.go +++ b/login/launch.go @@ -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...")