diff --git a/td/telegram/Logging.cpp b/td/telegram/Logging.cpp index 94b27289..ece3256d 100644 --- a/td/telegram/Logging.cpp +++ b/td/telegram/Logging.cpp @@ -33,7 +33,7 @@ static NullLog null_log; static const std::unordered_map log_tags{ ADD_TAG(td_init), ADD_TAG(update_file), ADD_TAG(connections), ADD_TAG(binlog), ADD_TAG(proxy), ADD_TAG(net_query), ADD_TAG(td_requests), ADD_TAG(dc), ADD_TAG(files), ADD_TAG(mtproto), - ADD_TAG(raw_mtproto), ADD_TAG(fd), ADD_TAG(buffer), ADD_TAG(sqlite)}; + ADD_TAG(raw_mtproto), ADD_TAG(fd), ADD_TAG(actor), ADD_TAG(buffer), ADD_TAG(sqlite)}; #undef ADD_TAG Status Logging::set_current_stream(td_api::object_ptr stream) {