summaryrefslogtreecommitdiff
path: root/implementation/logger/src/message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/logger/src/message.cpp')
-rw-r--r--implementation/logger/src/message.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/implementation/logger/src/message.cpp b/implementation/logger/src/message.cpp
index e4a902f..3363416 100644
--- a/implementation/logger/src/message.cpp
+++ b/implementation/logger/src/message.cpp
@@ -135,7 +135,8 @@ message::~message() {
<< std::endl;
}
}
- } else if (its_configuration->has_dlt_log()) {
+ }
+ if (its_configuration->has_dlt_log()) {
#ifdef USE_DLT
its_logger->log(level_, buffer_.data_.str().c_str());
#endif // USE_DLT