mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 19:38:09 +00:00
fix(Logger): use src pattern instead of linphone-desktop/src
This commit is contained in:
parent
0b159d5216
commit
b99501ee6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue