Skip to content

Commit

Permalink
This is embarrasing issue that was stuck in main.go for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Sergeyev committed Dec 11, 2014
1 parent 108d82f commit f2b96c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func main() {

rejects := make(chan error, 1)
for _, addrSingle := range config.Addr {
log.Info("server", "Starting WebSocket server : %s", handler.TellURL("ws", addrSingle, config.BasePath))
log.Info("server", "Starting WebSocket server : %s", handler.TellURL("ws", addrSingle, "/"))
if config.DevConsole {
log.Info("server", "Developer console enabled : %s", handler.TellURL("http", addrSingle, "/"))
} else if config.StaticDir != "" || config.CgiDir != "" {
Expand Down

0 comments on commit f2b96c1

Please sign in to comment.