aboutsummaryrefslogtreecommitdiffstats
path: root/logd
diff options
context:
space:
mode:
Diffstat (limited to 'logd')
-rw-r--r--logd/src/tests/watcher/watcher_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/src/tests/watcher/watcher_test.cpp b/logd/src/tests/watcher/watcher_test.cpp
index b9199315c76..55ba720c0cb 100644
--- a/logd/src/tests/watcher/watcher_test.cpp
+++ b/logd/src/tests/watcher/watcher_test.cpp
@@ -129,7 +129,7 @@ public:
};
WatcherTest::WatcherTest()
- : _executor(1, 256_Ki)
+ : _executor(1)
{
remove_files();
setenv("VESPA_LOG_TARGET", "file:vespa.log", true);