mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
SyncJournalDB: Clarify debug message
This commit is contained in:
parent
4d3020421a
commit
eb60aca34f
@ -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 New Issue
Block a user