commit | 463af857261fefe1ca7da23ab9d749b3a5c5d279 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca020400@lineageos.org> | Mon Jul 17 18:43:01 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jul 17 18:43:01 2017 +0000 |
tree | e4e1b227b5fa5bbc607ae7bf9dd8de84683ba564 | |
parent | 6e563448348fc6f65a92b640681907bf59292ef5 [diff] | |
parent | 1c9f387b9a6d235c235c10e7ba9a18f2d04f5cae [diff] |
Merge "logcat: Add missing newline to read failure" am: d1c73b57b5 am: 1c9f387b9a Change-Id: I57b630e56b8d2ce9c53cb2b7a3e8d88965d19bfa
diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp index e9ef9cc..f64196f 100644 --- a/logcat/logcat.cpp +++ b/logcat/logcat.cpp
@@ -1638,7 +1638,7 @@ logcat_panic(context, HELP_FALSE, "read: unexpected length.\n"); break; } - logcat_panic(context, HELP_FALSE, "logcat read failure"); + logcat_panic(context, HELP_FALSE, "logcat read failure\n"); break; }