commit | 4b471e1b4d5c09fa84261f1f6774371655d2e2fc | [log] [tgz] |
---|---|---|
author | Tyler Chatow <tchatow@gmail.com> | Sun Jan 05 20:19:36 2020 -0800 |
committer | Tyler Chatow <tchatow@gmail.com> | Sat Jan 11 12:08:57 2020 -0800 |
tree | bbbeae61e1350f1b4e3cc24ad80d08cb5dd77cd8 | |
parent | 5febd8fd4ec40e1d59498ee9157cff36fd4dbc1d [diff] [blame] |
Remove multiple logging implementations. Change-Id: I7474c29b394f37918a35bba58b2fab58a7be930f
diff --git a/aos/dump_rtprio.cc b/aos/dump_rtprio.cc index 12000f0..5d9a0b4 100644 --- a/aos/dump_rtprio.cc +++ b/aos/dump_rtprio.cc
@@ -248,7 +248,7 @@ int main() { ::aos::logging::Init(); - ::aos::logging::AddImplementation( + ::aos::logging::SetImplementation( new ::aos::logging::StreamLogImplementation(stdout)); const int pid_max = find_pid_max();