Fix test failures

This commit is contained in:
Drew DeVault 2019-07-29 15:44:28 -04:00
parent 152f8c9519
commit 3d578d376b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func StartServer(logger *log.Logger) (*AercServer, error) {
if err != nil {
// TODO: Something more useful, in some cases, on wednesdays,
// after 2 PM, I guess?
as.logger.Println("Closing Unix server: %v", err)
as.logger.Printf("Closing Unix server: %v", err)
return
}
go as.handleClient(conn)