Add log debug in VCM commit
This commit is contained in:
parent
d87368a779
commit
0b239c3f2a
|
|
@ -284,6 +284,8 @@ static bool commit() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log_debug("[vc] issuing COMMIT for session %d", coordination->session.nonce);
|
||||||
|
|
||||||
VCM_t* vcm_com = calloc(1, sizeof(VCM_t));
|
VCM_t* vcm_com = calloc(1, sizeof(VCM_t));
|
||||||
vcm_com->header.messageID = 43;
|
vcm_com->header.messageID = 43;
|
||||||
vcm_com->header.protocolVersion = 1;
|
vcm_com->header.protocolVersion = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue