fix(Logger): use src pattern instead of linphone-desktop/src

This commit is contained in:
Ronan 2018-10-16 14:41:08 +02:00
parent 0b159d5216
commit b99501ee6e

View file

@ -55,7 +55,7 @@ using namespace std;
namespace {
constexpr char QtDomain[] = "qt";
constexpr size_t MaxLogsCollectionSize = 10485760; // 10MB.
constexpr char SrcPattern[] = "/linphone-desktop/src/";
constexpr char SrcPattern[] = "/src/";
}
QMutex Logger::mMutex;