Removed a few more log prefixes in core/

[ Merge of http://go/wvgerrit/89705 ]

Test: Android and Linux unit tests
Bug: 134460638
Change-Id: Ieb84296eefd00478260ebc42d242f9bef2d8c8d1
This commit is contained in:
Alex Dale
2019-11-26 13:19:28 -08:00
parent 0e6398469d
commit 093fd4718c
3 changed files with 3 additions and 3 deletions

View File

@@ -406,7 +406,7 @@ class WatchDog {
std::string path;
if (!wvcdm::Properties::GetDeviceFilesBasePath(wvcdm::kSecurityLevelL3,
&path)) {
LOGW("WatchDog::FailureFilename: Unable to get base path");
LOGW("WatchDog: Unable to get base path");
return "/data/l3_failure_file";
}
path += "l3_failure_file";