projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8160963
)
Remove debug messages by default from sync.engine
author
Jocelyn Turcotte
<jturcotte@woboq.com>
Thu, 15 Jun 2017 18:10:30 +0000
(20:10 +0200)
committer
Jocelyn Turcotte
<jturcotte@woboq.com>
Thu, 15 Jun 2017 18:10:30 +0000
(20:10 +0200)
Other categories were already set properly.
src/libsync/syncengine.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/syncengine.cpp
b/src/libsync/syncengine.cpp
index d65646ff8b4185d5e103903ac651e94db53011b9..faf003fbf6473cc606628b4a25a9372284a1b1e8 100644
(file)
--- a/
src/libsync/syncengine.cpp
+++ b/
src/libsync/syncengine.cpp
@@
-52,7
+52,7
@@
namespace OCC {
-Q_LOGGING_CATEGORY(lcEngine, "sync.engine")
+Q_LOGGING_CATEGORY(lcEngine, "sync.engine"
, QtInfoMsg
)
bool SyncEngine::s_anySyncRunning = false;