Skip to content

Commit

Permalink
debug: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Gyu-Ho Lee <[email protected]>
  • Loading branch information
gyuho committed May 6, 2017
1 parent a5f5295 commit ce2e79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etcdserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ func NewServer(cfg *ServerConfig) (srv *EtcdServer, err error) {
return srv.applyWait.Wait(index)
},
)
fmt.Println(err)
if err != nil {
plog.Errorf("failed to create token provider: %s", err)
return nil, err
Expand Down

0 comments on commit ce2e79c

Please sign in to comment.