commit | d3e0d4bf2de1ebb450d3ff930098f9dac30a510e | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Fri Jan 10 17:08:15 2020 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Fri Jan 10 17:10:58 2020 -0800 |
tree | b7f57ef40b3912a74b798a8dc0ddb5f8ba965c81 | |
parent | 99a70ad6f581d591bf422f9a7042dc0d19961e50 [diff] |
storaged: replace LOG_TO() macros with LOG() Storaged always writes to the SYSTEM log, so instead of using LOG_TO(), it can use the normal LOG() macros as long as it calls InitLogging() with a default to the SYSTEM log. Test: storaged writes to the SYSTEM log still Change-Id: I47e63bc92d55f9b1262a67e3508601ddbd9edc87