Commit 005a36f4 authored by gabime's avatar gabime

Removed redundant field initializations from log_msg struct

parent 25afbd79
...@@ -38,8 +38,6 @@ struct log_msg ...@@ -38,8 +38,6 @@ struct log_msg
log_msg(level::level_enum l): log_msg(level::level_enum l):
logger_name(), logger_name(),
level(l), level(l),
time(),
thread_id(),
raw(), raw(),
formatted() {} formatted() {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment