summaryrefslogtreecommitdiff
path: root/src/ingestor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r--src/ingestor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp
index 94e0d5c..e890bcf 100644
--- a/src/ingestor.hpp
+++ b/src/ingestor.hpp
@@ -106,6 +106,7 @@ namespace WebStat {
static void sigtermHandler(int);
void terminate(int);
+ [[gnu::format(printf, 3, 4)]] virtual void log(int level, const char * msgfmt, ...) const = 0;
using CurlOperations = std::map<CURL *, std::unique_ptr<CurlOperation>>;
uint32_t hostnameId;