use messagetime in WebLogService::show()

This commit is contained in:
MichaelDvP
2025-04-25 12:16:33 +02:00
parent e3566feefb
commit 568431ada4
4 changed files with 13 additions and 24 deletions

View File

@@ -70,8 +70,7 @@ class WebLogService : public uuid::log::Handler {
unsigned long log_message_id_ = 0; // The next identifier to use for queued log messages
unsigned long log_message_id_tail_ = 0; // last event shown on the screen after fetch
std::deque<QueuedLogMessage> log_messages_; // Queued log messages, in the order they were received
time_t time_offset_ = 0;
bool compact_ = true;
bool compact_ = true;
};
} // namespace emsesp