Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
This message doesn't make sense....
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Oct 30, 2019
1 parent b3ddfef commit 2df785e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/program.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (p *Program) Stop() (err error) {
p.Environment.DisplayToConsole(true, "Failed to stop server\n")
p.Environment.DisplayToConsole(true, "%s\n", err.Error())
} else {
p.Environment.DisplayToConsole(true, "Server stopped\n")
p.Environment.DisplayToConsole(true, "Server was told to stop\n")
}
return
}
Expand Down

0 comments on commit 2df785e

Please sign in to comment.