Skip to content

Commit 39856ea

Browse files
committed
fixup! add newline now that we're printing more than a single error
1 parent 89c1cd5 commit 39856ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ bool ClangExpressionSourceCode::GetText(
387387
*sc.comp_unit, modules_for_macros))
388388
LLDB_LOG_ERROR(
389389
GetLog(LLDBLog::Expressions), std::move(err),
390-
"Error while loading hand-imported modules: {0}");
390+
"Error while loading hand-imported modules:\n{0}");
391391
}
392392
}
393393
}

0 commit comments

Comments
 (0)