summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/all/debugbase.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/osl/all/debugbase.cxx b/sal/osl/all/debugbase.cxx
index 9b3021f55885..6648d53bf4e2 100644
--- a/sal/osl/all/debugbase.cxx
+++ b/sal/osl/all/debugbase.cxx
@@ -136,6 +136,8 @@ bool SAL_CALL osl_detail_ObjectRegistry_checkObjectCount(
buf.append( rData.m_pName );
buf.append( RTL_CONSTASCII_STRINGPARAM(": ") );
buf.append( static_cast<sal_Int64>(nSize) );
+ buf.append("; Expected: ");
+ buf.append( static_cast<sal_Int64>(nExpected) );
DEBUGBASE_ENSURE( false, buf.makeStringAndClear().getStr() );
}
return bRet;