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

Commit d1c73b57 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "logcat: Add missing newline to read failure"

parents ca94f65e 0870514d
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;
        }