debug output
This commit is contained in:
parent
c66d07ce35
commit
cdb6b9cec5
1 changed files with 3 additions and 0 deletions
3
binlog.c
3
binlog.c
|
@ -160,6 +160,9 @@ static int fetch_comb_binlog_set_date (void *extra) {
|
|||
|
||||
static int fetch_comb_binlog_set_seq (void *extra) {
|
||||
int new_seq = fetch_int ();
|
||||
if (new_seq < tgl_state.seq) {
|
||||
vlogprintf (E_ERROR, "Error: old_seq = %d, new_seq = %d\n", tgl_state.seq, new_seq);
|
||||
}
|
||||
assert (new_seq >= tgl_state.seq);
|
||||
tgl_state.seq = new_seq;
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue