diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/logging/backend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index ba0acfb72..e136482b6 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -132,4 +132,4 @@ void LogMessage(Class log_class, Level log_level, const char* filename, unsigned | |||
| 132 | 132 | ||
| 133 | PrintColoredMessage(entry); | 133 | PrintColoredMessage(entry); |
| 134 | } | 134 | } |
| 135 | } | 135 | } // namespace Log |