Commit e7ea91c6 authored by Ramon Nou's avatar Ramon Nou Committed by Marc Vef
Browse files

extra comma on merge

parent 0332cc20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ struct logger {

        static_buffer buffer;
        detail::format_timestamp_to(buffer);
        fmt::format_to(std::back_inserter(buffer), "[{}] [{}] ", ,
        fmt::format_to(std::back_inserter(buffer), "[{}] [{}] ",
                       log_process_id_, lookup_level_name(level));

        if(!!(level & log::debug)) {