Fix build error on FreeBSD. Closes #1243

This commit is contained in:
Gabe Kangas
2021-08-13 15:34:00 -07:00
parent a0a8257cb7
commit 04bb97bffc
5 changed files with 68 additions and 31 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ func Start(getStatusFunc func() models.Status) error {
go _server.Run()
log.Traceln("Chat server started with max connection count of", _server.maxClientCount)
log.Traceln("Chat server started with max connection count of", _server.maxSocketConnectionLimit)
return nil
}