aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/logging/filter.h
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2015-03-09 15:42:18 -0400
committerGravatar bunnei <bunneidev@gmail.com>2015-03-09 15:42:18 -0400
commit3da94a597b5642c1b586700d72255589cf5a0cdf (patch)
tree9f73ded034bceaab1f7e41cf19fe987d19b2e083 /src/common/logging/filter.h
parentf2a7c2b3b74df6b1977392a5ad7e91bae4a8a5b6 (diff)
parent0aa44e238db7a72f4fb8b347168ec76c3ce48ad5 (diff)
Merge pull request #634 from linkmauve/logging-performances
Apply the logging filter before sending the message to the queue
Diffstat (limited to 'src/common/logging/filter.h')
-rw-r--r--src/common/logging/filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/filter.h b/src/common/logging/filter.h
index c3da9989..b53e4e63 100644
--- a/src/common/logging/filter.h
+++ b/src/common/logging/filter.h
@@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#pragma once
+
#include <array>
#include <string>