Skip to content

Commit

Permalink
Removed excessive logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kontsevoy committed Sep 13, 2016
1 parent bbc6103 commit fae9ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reversetunnel/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ func (a *Agent) runHeartbeat(conn *ssh.Client) {
// when this happens, this is #1 issue we have right now with Teleport. So I'm making
// it EASY to see in the logs. This condition should never be permanent (like repeates
// every XX seconds)
log.Errorf("------------------------> %v", err)
log.Warn(err)

if err != nil || conn == nil {
select {
Expand Down

0 comments on commit fae9ebf

Please sign in to comment.