diff --git a/server/console.go b/server/console.go index 399c4a5..0cd2ff6 100644 --- a/server/console.go +++ b/server/console.go @@ -37,7 +37,7 @@ func (s *Server) Throttler() *ConsoleThrottle { s.throttler = newConsoleThrottle(throttles.Lines, period) s.throttler.strike = func() { - s.PublishConsoleOutputFromDaemon(fmt.Sprintf("Server is outputting console data too quickly -- throttling...")) + s.PublishConsoleOutputFromDaemon("Server is outputting console data too quickly -- throttling...") } }) return s.throttler