summaryrefslogtreecommitdiffstats
path: root/logd/src/logd/watcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logd/src/logd/watcher.cpp')
-rw-r--r--logd/src/logd/watcher.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/logd/src/logd/watcher.cpp b/logd/src/logd/watcher.cpp
index 765e338fa72..a047c110f32 100644
--- a/logd/src/logd/watcher.cpp
+++ b/logd/src/logd/watcher.cpp
@@ -2,8 +2,9 @@
#include "config_subscriber.h"
#include "exceptions.h"
-#include "legacy_forwarder.h"
+#include "forwarder.h"
#include "watcher.h"
+#include <vespa/log/log.h>
#include <vespa/vespalib/util/sig_catch.h>
#include <fcntl.h>
#include <glob.h>
@@ -59,7 +60,7 @@ constexpr size_t G_BUFSIZE = 1024*1024;
} // namespace logdemon::<unnamed>
-Watcher::Watcher(ConfigSubscriber &cfs, LegacyForwarder &fw)
+Watcher::Watcher(ConfigSubscriber &cfs, Forwarder &fw)
: _buffer(G_BUFSIZE),
_confsubscriber(cfs),
_forwarder(fw),