summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-22 20:18:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-22 20:20:39 +0100
commitc348df5635c45fd446fa9a7e831581164e55be71 (patch)
treed7639f8be229880ecd4e3eb12a0efb08bd61a9b7 /tools
parenteda255b38d871bb7d20432e5730cc8c68b3e2942 (diff)
loplugin: various warnings
Change-Id: I605bffb518d804ee69edda5e7641e13e4c14ef01
Diffstat (limited to 'tools')
-rw-r--r--tools/source/inet/inetstrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/inet/inetstrm.cxx b/tools/source/inet/inetstrm.cxx
index 7392f50b6647..1812a9968498 100644
--- a/tools/source/inet/inetstrm.cxx
+++ b/tools/source/inet/inetstrm.cxx
@@ -1506,7 +1506,7 @@ int INetMIMEMessageStream::PutMsgLine (const sal_Char *pData, sal_uIntPtr nSize)
return status;
}
else {
- SAL_WARN( "tools", "Boundary not found." );
+ SAL_WARN( "tools.stream", "Boundary not found." );
}
status = INetMessageIOStream::PutMsgLine(
pOldPos, pChar - pOldPos + 1 );