summaryrefslogtreecommitdiffstats
path: root/libunwind/src/AddressSpace.hpp
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-08-30 15:38:10 +0000
committerEd Maste <emaste@freebsd.org>2016-08-30 15:38:10 +0000
commit92c948901a33252ba0567ce14d131fda1a2a3a14 (patch)
treef0b62a725bdb001348cf13eb3f4f3c065d91a3b1 /libunwind/src/AddressSpace.hpp
parent7b21db9daa598b871e108ee4266c15851ca5d563 (diff)
downloadbcm5719-llvm-92c948901a33252ba0567ce14d131fda1a2a3a14.tar.gz
bcm5719-llvm-92c948901a33252ba0567ce14d131fda1a2a3a14.zip
consistently add \n to log and trace messages
Previously most messages included a newline in the string, but a few of them were missing. Fix these and simplify by just adding the newline in the _LIBUNWIND_LOG macro itself. Differential Revision: https://reviews.llvm.org/D24026 llvm-svn: 280103
Diffstat (limited to 'libunwind/src/AddressSpace.hpp')
-rw-r--r--libunwind/src/AddressSpace.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/AddressSpace.hpp b/libunwind/src/AddressSpace.hpp
index 680c24abddd..3031a95383a 100644
--- a/libunwind/src/AddressSpace.hpp
+++ b/libunwind/src/AddressSpace.hpp
@@ -373,7 +373,7 @@ inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr,
(_Unwind_Ptr) targetAddr, &length);
info.arm_section_length = (uintptr_t)length;
#endif
- _LIBUNWIND_TRACE_UNWINDING("findUnwindSections: section %X length %x\n",
+ _LIBUNWIND_TRACE_UNWINDING("findUnwindSections: section %X length %x",
info.arm_section, info.arm_section_length);
if (info.arm_section && info.arm_section_length)
return true;
OpenPOWER on IntegriCloud