commit | d103404985559216823e5c909d1e45803d415e8e | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue Apr 02 10:38:15 2019 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Tue Apr 02 11:13:57 2019 -0700 |
tree | 0ee1b904a76e1adc74101573c975bf44cdaf4499 | |
parent | cd1f06f6ec6a144a6d361877b2a05969efb128f9 [diff] |
vold: downgrade lookup_key_ref() failure message to DEBUG level Now that lockUserKey() will be called for every user each time the framework is started, it's a normal case that the key being removed doesn't exist. So downgrade the log message about being unable to find a key from ERROR to DEBUG. Test: build and boot, message is now debug level. Change-Id: I2d1dce8dd8825b02982eab1c902aa10fe5b54b84