summaryrefslogtreecommitdiffstats
path: root/src/debug/logger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/logger.cpp')
-rw-r--r--src/debug/logger.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp
index 5d62f9a88..4bd0a3b08 100644
--- a/src/debug/logger.cpp
+++ b/src/debug/logger.cpp
@@ -170,6 +170,8 @@ void Logger::_start(Event const &event) {
tag_stack().push_back(name);
empty_tag = true;
+
+ event.generateChildEvents();
}
void Logger::_skip() {