Skip to content

Commit 485fff0

Browse files
committed
chore(log): try to print the file name of the crash log
should make it easier to discover when needed Signed-off-by: Matthieu Gallien <[email protected]>
1 parent 5f09004 commit 485fff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsync/logger.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ void Logger::dumpCrashLog()
282282
out << _crashLog[(_crashLogIndex + i) % CrashLogSize] << QLatin1Char('\n');
283283
}
284284
}
285+
qDebug() << "crash log written in" << logFile.fileName();
285286
}
286287

287288
void Logger::enterNextLogFileNoLock(const QString &baseFileName, LogType type)

0 commit comments

Comments
 (0)