Skip to content

Commit 63c341a

Browse files
committed
DNM: test
1 parent a9aa042 commit 63c341a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replication/event.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ func (e *ExecuteLoadQueryEvent) Decode(data []byte) error {
610610
}
611611

612612
func (e *ExecuteLoadQueryEvent) Dump(w io.Writer) {
613-
fmt.Fprintf(w, "Slave proxy ID: %d\n", e.SlaveProxyID)
613+
fmt.Fprintf(w, "Slave proxy ID: %d\n", uint32(e.SlaveProxyID))
614614
fmt.Fprintf(w, "Execution time: %d\n", e.ExecutionTime)
615615
fmt.Fprintf(w, "Schame length: %d\n", e.SchemaLength)
616616
fmt.Fprintf(w, "Error code: %d\n", e.ErrorCode)

0 commit comments

Comments
 (0)