commit | b8c1147c4a543d0fd7d1c8670f7a31c206953a29 | [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 | 679185dc8836fceeb3b1711a3077dfdd357b05f0 [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