summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-13 15:40:31 +0000
committerStephan Bergmann <sbergman@redhat.com>2017-11-13 15:40:31 +0000
commit66224e198fccc12710f64d662aa1fdc043484148 (patch)
tree16c4d9485041c7bc1d55adfc6d58ae56e311d111 /src
parent05ba3281482304ae8de31123a594972a495da06d (diff)
Remove excess whitespace from syslog message; NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@318043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src')
-rw-r--r--src/private_typeinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/private_typeinfo.cpp b/src/private_typeinfo.cpp
index 08e2b45..ef9466e 100644
--- a/src/private_typeinfo.cpp
+++ b/src/private_typeinfo.cpp
@@ -673,8 +673,8 @@ __dynamic_cast(const void *static_ptr, const __class_type_info *static_type,
info.path_dynamic_ptr_to_static_ptr == unknown)
{
syslog(LOG_ERR, "dynamic_cast error 2: One or more of the following type_info's "
- " has hidden visibility. They should all have public visibility. "
- " %s, %s, %s.\n", static_type->name(), dynamic_type->name(),
+ "has hidden visibility. They should all have public visibility. "
+ "%s, %s, %s.\n", static_type->name(), dynamic_type->name(),
dst_type->name());
// Redo the search comparing type_info's using strcmp
info = {dst_type, static_ptr, static_type, src2dst_offset, 0};