summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 17:13:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 17:13:03 +0200
commit117dc3c5ecb7874e1a9d2ac96f9df65b8f3d3944 (patch)
treed0a99e01a0b26d566c097f4e616bc476cff2049e /stoc/source/corereflection
parent4f849cc13862350b71142efecfe3a5f2f2acb899 (diff)
Remove stray spaces from start of log messages
Change-Id: I0bf6945a030867b3575fcef81c0d32addb85b992
Diffstat (limited to 'stoc/source/corereflection')
-rw-r--r--stoc/source/corereflection/crefl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/corereflection/crefl.cxx b/stoc/source/corereflection/crefl.cxx
index d0e9e8cc4a83..adad971a2d23 100644
--- a/stoc/source/corereflection/crefl.cxx
+++ b/stoc/source/corereflection/crefl.cxx
@@ -210,7 +210,7 @@ inline Reference< XIdlClass > IdlReflectionServiceImpl::constructClass(
return new IdlClassImpl( this, pTypeDescr->pTypeName, pTypeDescr->eTypeClass, pTypeDescr );
default:
- SAL_INFO("stoc", " corereflection type unsupported: " << pTypeDescr->pTypeName);
+ SAL_INFO("stoc", "corereflection type unsupported: " << pTypeDescr->pTypeName);
return Reference< XIdlClass >();
}
}