From eca1a4cee4f310c7e2c1216bd678143c1967edd4 Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 2 Jun 2021 11:36:56 +0100 Subject: Use hashlib in most remaining code Signed-off-by: gatecat --- common/log.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/log.cc') diff --git a/common/log.cc b/common/log.cc index 01aec79a..a429d172 100644 --- a/common/log.cc +++ b/common/log.cc @@ -38,7 +38,7 @@ log_write_type log_write_function = nullptr; std::string log_last_error; void (*log_error_atexit)() = NULL; -std::unordered_map message_count_by_level; +dict message_count_by_level; static int log_newline_count = 0; bool had_nonfatal_error = false; -- cgit v1.2.3