@@ -874,7 +874,7 @@ func (this *Migrator) printMigrationStatusHint(writers ...io.Writer) {
874
874
this .migrationContext .GetNiceRatio (),
875
875
))
876
876
if replicationLagQuery := this .migrationContext .GetReplicationLagQuery (); replicationLagQuery != "" {
877
- fmt .Fprintln (w , fmt .Sprintf ("# Replication lag query: %+v" ,
877
+ fmt .Fprintln (w , fmt .Sprintf ("# replication- lag- query: %+v" ,
878
878
replicationLagQuery ,
879
879
))
880
880
}
@@ -883,7 +883,7 @@ func (this *Migrator) printMigrationStatusHint(writers ...io.Writer) {
883
883
if base .FileExists (this .migrationContext .ThrottleFlagFile ) {
884
884
setIndicator = "[set]"
885
885
}
886
- fmt .Fprintln (w , fmt .Sprintf ("# Throttle flag file: %+v %+v" ,
886
+ fmt .Fprintln (w , fmt .Sprintf ("# throttle- flag- file: %+v %+v" ,
887
887
this .migrationContext .ThrottleFlagFile , setIndicator ,
888
888
))
889
889
}
@@ -892,12 +892,12 @@ func (this *Migrator) printMigrationStatusHint(writers ...io.Writer) {
892
892
if base .FileExists (this .migrationContext .ThrottleAdditionalFlagFile ) {
893
893
setIndicator = "[set]"
894
894
}
895
- fmt .Fprintln (w , fmt .Sprintf ("# Throttle additional flag file: %+v %+v" ,
895
+ fmt .Fprintln (w , fmt .Sprintf ("# throttle- additional- flag- file: %+v %+v" ,
896
896
this .migrationContext .ThrottleAdditionalFlagFile , setIndicator ,
897
897
))
898
898
}
899
899
if throttleQuery := this .migrationContext .GetThrottleQuery (); throttleQuery != "" {
900
- fmt .Fprintln (w , fmt .Sprintf ("# Throttle query: %+v" ,
900
+ fmt .Fprintln (w , fmt .Sprintf ("# throttle- query: %+v" ,
901
901
throttleQuery ,
902
902
))
903
903
}
@@ -906,12 +906,12 @@ func (this *Migrator) printMigrationStatusHint(writers ...io.Writer) {
906
906
if base .FileExists (this .migrationContext .PostponeCutOverFlagFile ) {
907
907
setIndicator = "[set]"
908
908
}
909
- fmt .Fprintln (w , fmt .Sprintf ("# Postpone cut-over flag file: %+v %+v" ,
909
+ fmt .Fprintln (w , fmt .Sprintf ("# postpone- cut-over- flag- file: %+v %+v" ,
910
910
this .migrationContext .PostponeCutOverFlagFile , setIndicator ,
911
911
))
912
912
}
913
913
if this .migrationContext .PanicFlagFile != "" {
914
- fmt .Fprintln (w , fmt .Sprintf ("# Panic flag file: %+v" ,
914
+ fmt .Fprintln (w , fmt .Sprintf ("# panic- flag- file: %+v" ,
915
915
this .migrationContext .PanicFlagFile ,
916
916
))
917
917
}
0 commit comments