mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix(SmartTransaction): log commit only after soci commit
This commit is contained in:
parent
5542d4e0f0
commit
1d46c11739
1 changed files with 1 additions and 1 deletions
|
|
@ -47,9 +47,9 @@ public:
|
|||
}
|
||||
|
||||
void commit () {
|
||||
mTransaction.commit();
|
||||
mIsCommitted = true;
|
||||
lInfo() << "Commit transaction " << this << " in MainDb::" << mName << ".";
|
||||
mTransaction.commit();
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue