diff --git a/lightning.go b/lightning.go index 22ae25a..a67169d 100644 --- a/lightning.go +++ b/lightning.go @@ -63,7 +63,7 @@ func getGrpcConn(hostname string, port int, tlsFile, macaroonFile string) *grpc. grpc.WithPerRPCCredentials(newCreds(macaroonBytes)), }...) if err != nil { - log.Printf("unable to connect to %s: %w", fullHostname, err) + log.Printf("unable to connect to %s", fullHostname) panic(err) }