diff options
Diffstat (limited to 'src/Log.cxx')
-rw-r--r-- | src/Log.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Log.cxx b/src/Log.cxx index 330ac4bc0..232e7d49d 100644 --- a/src/Log.cxx +++ b/src/Log.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "LogV.hxx" -#include "util/Error.hxx" +#include "util/Domain.hxx" #include <exception> @@ -27,6 +27,8 @@ #include <string.h> #include <errno.h> +static constexpr Domain exception_domain("exception"); + void LogFormatV(const Domain &domain, LogLevel level, const char *fmt, va_list ap) { |