Skip to content

Commit

Permalink
change tips
Browse files Browse the repository at this point in the history
  • Loading branch information
LuttyYang committed Aug 28, 2021
1 parent 1182c7a commit 52d55e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func startAuthHTTP(apis []rpc.API) (err error) {
Str("cors", strings.Join(httpOrigins, ",")).
Str("vhosts", strings.Join(httpVirtualHosts, ",")).
Msg("HTTP endpoint opened")
fmt.Printf("Started RPC server at: %v\n", httpAuthEndpoint)
fmt.Printf("Started Auth-RPC server at: %v\n", httpAuthEndpoint)
return nil
}

Expand Down

0 comments on commit 52d55e9

Please sign in to comment.