diff --git a/adb/line_printer.cpp b/adb/line_printer.cpp index e8fe6c97d..4ec89799b 100644 --- a/adb/line_printer.cpp +++ b/adb/line_printer.cpp @@ -67,7 +67,7 @@ static void Out(const std::string& s) { void LinePrinter::Print(string to_print, LineType type) { if (!smart_terminal_) { - Out(to_print); + Out(to_print + "\n"); return; }