Remove extra newline from log Printf
authorEd Maste <emaste@freebsd.org>
Wed, 25 Jun 2014 00:38:35 +0000 (00:38 +0000)
committerEd Maste <emaste@freebsd.org>
Wed, 25 Jun 2014 00:38:35 +0000 (00:38 +0000)
commit2bc7643d10e29f3133fc34ea256a3467e1716194
tree9348d774bdd54fde2a8d81deda6e3e3c83fa9502
parent6d8d22ae404cc857782c422e1f53c7d4a3d9311f
Remove extra newline from log Printf

Clean up this one specifically, as it has the effect of double-spacing
the list of thread stop reasons, and substantially bloats the log file
when opening a core with hundreds of threads.

There are other cases of extra newlines.  Some of them do increase
readability, so avoid a general sweep for now.

llvm-svn: 211655
lldb/source/Target/Thread.cpp