summaryrefslogtreecommitdiff
path: root/http/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'http/logging.h')
-rw-r--r--http/logging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/http/logging.h b/http/logging.h
index eb04cc1967..fcac94de18 100644
--- a/http/logging.h
+++ b/http/logging.h
@@ -62,7 +62,8 @@ class logger
}
//
- template <typename T> logger& operator<<(T const& value)
+ template <typename T>
+ logger& operator<<(T const& value)
{
if (level >= get_current_log_level())
{