Skip to content

Commit

Permalink
wsclient: edit error message
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkarp committed Jul 21, 2017
1 parent bc27acb commit adcca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/wsclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func websocketScheme(httpScheme string) (wsScheme string, err error) {
case "https":
wsScheme = "wss"
default:
err = fmt.Errorf("Unknown httpScheme %s", httpScheme)
err = fmt.Errorf("wsclient: unknown scheme %s", httpScheme)
}
return
}
Expand Down

0 comments on commit adcca2c

Please sign in to comment.