diff --git a/toolchain/driver/compile_subcommand.cpp b/toolchain/driver/compile_subcommand.cpp index f0cb9e47d1e85..c5b105139c429 100644 --- a/toolchain/driver/compile_subcommand.cpp +++ b/toolchain/driver/compile_subcommand.cpp @@ -857,7 +857,7 @@ auto CompileSubcommand::Run(DriverEnv& driver_env) -> DriverResult { // Unlike previous steps, errors block further progress. if (llvm::any_of(units, [&](const auto& unit) { return !unit->success(); })) { CARBON_VLOG_TO(driver_env.vlog_stream, - "*** Stopping before lowering due to errors ***"); + "*** Stopping before lowering due to errors ***\n"); return make_result(); }