diff options
author | Tobias Fella <fella@posteo.de> | 2021-12-08 23:14:29 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-08 23:14:29 +0100 |
commit | 3054255cba206c91e3bdf0ea42fde39d51261e6a (patch) | |
tree | 1f1bea4bfe8e4710e249c676699915c439427069 /lib/logging.cpp | |
parent | a0ce17dfe793c924205b449c026f2f776b032ff3 (diff) | |
download | libquotient-3054255cba206c91e3bdf0ea42fde39d51261e6a.tar.gz libquotient-3054255cba206c91e3bdf0ea42fde39d51261e6a.zip |
Update logging categories
Diffstat (limited to 'lib/logging.cpp')
-rw-r--r-- | lib/logging.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/logging.cpp b/lib/logging.cpp index 15eac69d..460caced 100644 --- a/lib/logging.cpp +++ b/lib/logging.cpp @@ -19,3 +19,4 @@ LOGGING_CATEGORY(SYNCJOB, "quotient.jobs.sync") LOGGING_CATEGORY(THUMBNAILJOB, "quotient.jobs.thumbnail") LOGGING_CATEGORY(NETWORK, "quotient.network") LOGGING_CATEGORY(PROFILER, "quotient.profiler") +LOGGING_CATEGORY(DATABASE, "quotient.database") |