More descriptive panic

This commit is contained in:
Derek Collison
2013-02-22 17:31:53 -08:00
parent 71cb11db92
commit 9018bb5876

View File

@@ -66,7 +66,7 @@ func runServer(opts *server.Options) *server.Server {
conn.Close()
return s
}
panic("Unable to start NATs")
panic("Unable to start NATs Server in Go Routine")
return nil
}