SyncJournalDB: Clarify debug message

This commit is contained in:
Markus Goetz 2014-10-13 17:28:47 +02:00
parent 4d3020421a
commit eb60aca34f

View file

@ -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 ) {