remove spurious newlines on ALOG lines

(for consistency with rest of code base)

Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I5660615f24daf4285e2b6cbacecb7cd99061c5f5
This commit is contained in:
Maciej Żenczykowski
2022-05-17 13:59:22 -07:00
parent 6235f6490e
commit e0f5846897
2 changed files with 2 additions and 2 deletions

View File

@@ -685,7 +685,7 @@ class NetlinkListenerTest : public testing::Test {
if (res.ok() || (res.error().code() == ENOENT)) {
return Result<void>();
}
ALOGE("Failed to delete data(cookie = %" PRIu64 "): %s\n", key,
ALOGE("Failed to delete data(cookie = %" PRIu64 "): %s", key,
strerror(res.error().code()));
}
// Move forward to next cookie in the map.