mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 11:54:20 +02:00
trying to sort-out audio-stream logging
This commit is contained in:
parent
32d10641dc
commit
826c427e2a
2 changed files with 1 additions and 3 deletions
|
@ -2256,7 +2256,6 @@ void Application::updateVerboseLogging() {
|
|||
QString rules =
|
||||
"hifi.*.debug=%1\n"
|
||||
"hifi.*.info=%1\n"
|
||||
"hifi.audio-stream.warning=false\n"
|
||||
"hifi.audio-stream.debug=false\n"
|
||||
"hifi.audio-stream.info=false";
|
||||
rules = rules.arg(enable ? "true" : "false");
|
||||
|
|
|
@ -12,5 +12,4 @@
|
|||
#include "AudioLogging.h"
|
||||
|
||||
Q_LOGGING_CATEGORY(audio, "hifi.audio")
|
||||
Q_LOGGING_CATEGORY(audiostream, "hifi.audio-stream", QtWarningMsg)
|
||||
|
||||
Q_LOGGING_CATEGORY(audiostream, "hifi.audio-stream")
|
||||
|
|
Loading…
Reference in a new issue