diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/logging/backend.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 0e4b85a76..4b83eeb28 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -73,7 +73,8 @@ namespace Log { | |||
| 73 | SUB(Audio, Sink) \ | 73 | SUB(Audio, Sink) \ |
| 74 | CLS(Input) \ | 74 | CLS(Input) \ |
| 75 | CLS(Network) \ | 75 | CLS(Network) \ |
| 76 | CLS(Loader) | 76 | CLS(Loader) \ |
| 77 | CLS(WebService) | ||
| 77 | 78 | ||
| 78 | // GetClassName is a macro defined by Windows.h, grrr... | 79 | // GetClassName is a macro defined by Windows.h, grrr... |
| 79 | const char* GetLogClassName(Class log_class) { | 80 | const char* GetLogClassName(Class log_class) { |