From 0ae3676a7d8da77a48a25b4d1a1d760842e32485 Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 25 Jun 2014 12:56:47 -0400 Subject: [PATCH] Log when the initial connection has been made. --- infrastructure.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure.go b/infrastructure.go index bb8b60d07..511202c87 100644 --- a/infrastructure.go +++ b/infrastructure.go @@ -1069,6 +1069,8 @@ func New(config *ConnConfig, ntfnHandlers *NotificationHandlers) (*Client, error return nil, err } } + log.Infof("Established connection to RPC server %s", + config.Host) client := &Client{ config: config,