summaryrefslogtreecommitdiffstats
path: root/vespalog/src/test/logtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalog/src/test/logtest.cpp')
-rw-r--r--vespalog/src/test/logtest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/vespalog/src/test/logtest.cpp b/vespalog/src/test/logtest.cpp
index bdbb5af0e94..8b012a92f5d 100644
--- a/vespalog/src/test/logtest.cpp
+++ b/vespalog/src/test/logtest.cpp
@@ -15,8 +15,6 @@ main(int, char **argv)
EV_STARTING("logtest");
LOG(info, "Starting up, called as %s", argv[0]);
EV_STARTED("logtest");
- EV_RELOADING("something");
- EV_RELOADED("something");
EV_CRASH("something", getpid(), SIGTERM);
EV_PROGRESS("batch-index", 7, 100);
EV_PROGRESS("unbounded-batch-index", 9);