Please enter the commit message for your changes. Lines starting
with '#' will be ignored, and an empty message aborts the commit. Author: Ethan Alicea <64653625+Tech-Gamer@users.noreply.github.com> On branch nwy-wings Changes to be committed: modified: server/crash.go modified: system/const.go
This commit is contained in:
parent
4390bad36b
commit
096c04e418
|
@ -70,7 +70,7 @@ func (s *Server) handleServerCrash() error {
|
|||
}
|
||||
|
||||
s.PublishConsoleOutputFromDaemon("---------- Detected server process in a crashed state! ----------")
|
||||
s.PublishConsoleOutputFromDaemon("---------- If you need help, please contact Nightway Hosting support. ----------")
|
||||
s.PublishConsoleOutputFromDaemon("---------- If you need help, please contact Nightway Hosting support at support@nightwayhosting.com or create a support ticket using our website https://nightwayhosting.com ----------")
|
||||
s.PublishConsoleOutputFromDaemon(fmt.Sprintf("Exit code: %d", exitCode))
|
||||
s.PublishConsoleOutputFromDaemon(fmt.Sprintf("Out of memory: %t", oomKilled))
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
package system
|
||||
|
||||
var Version = "develop"
|
||||
var Version = "nwy-wings"
|
||||
|
|
Loading…
Reference in New Issue
Block a user