mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Remove debug messages by default from sync.engine
Other categories were already set properly.
This commit is contained in:
parent
8160963110
commit
5d24a2dc0f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
namespace OCC {
|
||||
|
||||
Q_LOGGING_CATEGORY(lcEngine, "sync.engine")
|
||||
Q_LOGGING_CATEGORY(lcEngine, "sync.engine", QtInfoMsg)
|
||||
|
||||
bool SyncEngine::s_anySyncRunning = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue