Add log debug in VCM commit

This commit is contained in:
emanuel 2023-02-02 12:06:06 +00:00
parent d87368a779
commit 0b239c3f2a
1 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,8 @@ static bool commit() {
return false;
}
log_debug("[vc] issuing COMMIT for session %d", coordination->session.nonce);
VCM_t* vcm_com = calloc(1, sizeof(VCM_t));
vcm_com->header.messageID = 43;
vcm_com->header.protocolVersion = 1;