[Libreoffice-commits] core.git: include/sal sal/osl
Stephan Bergmann
sbergman at redhat.com
Fri Mar 4 11:36:09 UTC 2016
include/sal/log-areas.dox | 1 -
sal/osl/w32/socket.cxx | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
New commits:
commit d7c4c45bc8daa9e3dffe2d5d6557c250f1d683c0
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Mar 4 12:35:42 2016 +0100
Use existing "sal.osl" log area
Change-Id: I7d48c1543b0d3239c8e646ca0765421f933cfecc
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index 3bc2ace..d2de637 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -30,7 +30,6 @@ certain functionality.
@li @c sal.rtl - SAL RTL library
@li @c sal.rtl.xub - SAL RTL warnings related to possible String->OUString conversion issues.
@li @c sal.textenc - the textencoding SAL library
- at li @c sal.w32
@section basctl
diff --git a/sal/osl/w32/socket.cxx b/sal/osl/w32/socket.cxx
index e3aad35..a0d1340 100644
--- a/sal/osl/w32/socket.cxx
+++ b/sal/osl/w32/socket.cxx
@@ -412,8 +412,8 @@ struct LeakWarning
{
~LeakWarning()
{
- SAL_WARN_IF( g_nSocketImpl, "sal.w32", "sal_socket: " << g_nSocketImpl << " socket instances leak" );
- SAL_WARN_IF( g_nSocketAddr, "sal.w32", "sal_socket: " << g_nSocketAddr << " socket address instances leak" );
+ SAL_WARN_IF( g_nSocketImpl, "sal.osl", "sal_socket: " << g_nSocketImpl << " socket instances leak" );
+ SAL_WARN_IF( g_nSocketAddr, "sal.osl", "sal_socket: " << g_nSocketAddr << " socket address instances leak" );
}
};
LeakWarning socketWarning;
More information about the Libreoffice-commits
mailing list