mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
cmd/tailscale: make failure message when tailscaled down less technical
This commit is contained in:
parent
5aafe0ee96
commit
8de67844bd
@ -148,7 +148,7 @@ func runUp(ctx context.Context, args []string) error {
|
||||
|
||||
c, err := safesocket.Connect(upArgs.socket, 41112)
|
||||
if err != nil {
|
||||
log.Fatalf("safesocket.Connect: %v\n", err)
|
||||
log.Fatalf("Failed to connect to connect to tailscaled. (safesocket.Connect: %v)\n", err)
|
||||
}
|
||||
clientToServer := func(b []byte) {
|
||||
ipn.WriteMsg(c, b)
|
||||
|
Loading…
Reference in New Issue
Block a user