File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -568,15 +568,15 @@ func (this *Applier) StopSlaveNicely() error {
568
568
if err != nil {
569
569
return err
570
570
}
571
- log .Debugf ("Replication stopped at %+v. Will wait for SQL thread to apply" , * binlogCoordinates )
571
+ log .Infof ("Replication stopped at %+v. Will wait for SQL thread to apply" , * binlogCoordinates )
572
572
if err := this .MasterPosWait (binlogCoordinates ); err != nil {
573
573
return err
574
574
}
575
- log .Debugf ("Replication SQL thread applied all events" )
575
+ log .Infof ("Replication SQL thread applied all events" )
576
576
if selfBinlogCoordinates , err := mysql .GetSelfBinlogCoordinates (this .db ); err != nil {
577
577
return err
578
578
} else {
579
- log .Debugf ("Self binlog coordinates: %+v" , * selfBinlogCoordinates )
579
+ log .Infof ("Self binlog coordinates: %+v" , * selfBinlogCoordinates )
580
580
}
581
581
return nil
582
582
}
You can’t perform that action at this time.
0 commit comments