Reflow a multi-line string and add a newline

llvm-svn: 348805
This commit is contained in:
Frederic Riss 2018-12-10 22:30:19 +00:00
parent 8ec7709f58
commit ff5f5087e6
1 changed files with 2 additions and 3 deletions

View File

@ -367,9 +367,8 @@ protected:
"continuing: %s.",
m_should_stop ? "true" : "false");
process->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf(
"Warning: hit breakpoint while "
"running function, skipping commands and conditions to prevent "
"recursion.");
"Warning: hit breakpoint while running function, skipping "
"commands and conditions to prevent recursion.\n");
return;
}