commit | d1c73b57b5106a6a3f0c6cd2ab51677670e99e66 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jul 17 18:27:45 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jul 17 18:27:45 2017 +0000 |
tree | c6698e944315f80adafe0c8669272611edc3f515 | |
parent | ca94f65ea03c49b45d7516375bc322b84b55dcd3 [diff] | |
parent | 0870514d29f2d756acebe2b3c505509466cbc68d [diff] |
Merge "logcat: Add missing newline to read failure"
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; }