forked from OSchip/llvm-project
Reflow a multi-line string and add a newline
llvm-svn: 348805
This commit is contained in:
parent
8ec7709f58
commit
ff5f5087e6
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue