Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0870514d authored by Luca Stefani's avatar Luca Stefani
Browse files

logcat: Add missing newline to read failure

Change-Id: I468b3bd00f1effa43eb139a3c514ba042ae3dff7
parent e8a75e8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }