mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03:00
SyncJournalDB: Clarify debug message
This commit is contained in:
parent
4d3020421a
commit
eb60aca34f
1 changed files with 1 additions and 1 deletions
|
@ -1064,7 +1064,7 @@ void SyncJournalDb::commit(const QString& context, bool startTrans)
|
|||
|
||||
void SyncJournalDb::commitInternal(const QString& context, bool startTrans )
|
||||
{
|
||||
qDebug() << "Transaction Start " << context;
|
||||
qDebug() << Q_FUNC_INFO << "Transaction commit " << context << (startTrans ? "and starting new transaction" : "");
|
||||
commitTransaction();
|
||||
|
||||
if( startTrans ) {
|
||||
|
|
Loading…
Reference in a new issue