logcat: Add missing newline to read failure

Change-Id: I468b3bd00f1effa43eb139a3c514ba042ae3dff7
This commit is contained in:
Luca Stefani 2017-07-08 17:48:00 +02:00
parent e8a75e8f76
commit 0870514d29

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;
}