Skip to content

Commit 3656c04

Browse files
committed
less
1 parent 79fb085 commit 3656c04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go/vt/vttablet/tabletmanager/replmanager.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import (
2323
"sync"
2424
"time"
2525

26-
"github.com/davecgh/go-spew/spew"
2726
"vitess.io/vitess/go/mysql"
2827
"vitess.io/vitess/go/timer"
2928
"vitess.io/vitess/go/vt/log"
@@ -120,7 +119,7 @@ func (rm *replManager) checkActionLocked() {
120119
}
121120
}
122121

123-
log.Infof("vm-debug: replManager=%s", spew.Sdump(rm))
122+
log.Infof("vm-debug: rm.failed=%v", rm.failed)
124123
if !rm.failed {
125124
log.Infof("Replication is stopped, reconnecting to primary.")
126125
}

0 commit comments

Comments
 (0)