log: Use `dict` instead of `std::vector<std::pair>` for `log_expect_{error, warning...
authorAlberto Gonzalez <boqwxp@airmail.cc>
Thu, 14 May 2020 22:52:07 +0000 (22:52 +0000)
committerAlberto Gonzalez <boqwxp@airmail.cc>
Fri, 15 May 2020 00:55:32 +0000 (00:55 +0000)
commit8297afe92588c881fbf0590a64c81af08e6f20f6
treec826fc72447648d0c72e739e12af0d6c897070b4
parent07eecff9cca555086667666c4dbdb4c6a7133c67
log: Use `dict` instead of `std::vector<std::pair>` for `log_expect_{error, warning, log}` to better express the intent that each element is unique.
kernel/log.cc
kernel/log.h
passes/cmds/logger.cc