Merge "logcat: Add missing newline to read failure"

This commit is contained in:
Treehugger Robot 2017-07-17 18:27:45 +00:00 committed by Gerrit Code Review
commit d1c73b57b5
1 changed files with 1 additions and 1 deletions

View File

@ -1638,7 +1638,7 @@ static int __logcat(android_logcat_context_internal* context) {
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;
}