From d2c8003ecbf239faa5ed455cb3bfcb03e912e3cd Mon Sep 17 00:00:00 2001 From: Marcel Metz Date: Mon, 16 Jan 2012 23:21:15 +0100 Subject: Replaced SAL_INFO with SAL_WARN were applicable. --- tools/source/datetime/tdate.cxx | 2 +- tools/source/inet/inetstrm.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/source/datetime/tdate.cxx b/tools/source/datetime/tdate.cxx index d7eb40114044..9d17ec68a3a1 100644 --- a/tools/source/datetime/tdate.cxx +++ b/tools/source/datetime/tdate.cxx @@ -233,7 +233,7 @@ sal_uInt16 Date::GetWeekOfYear( DayOfWeek eStartDay, if (nMinimumNumberOfDaysInWeek < 1 || 7 < nMinimumNumberOfDaysInWeek) { - SAL_INFO( "tools", "Date::GetWeekOfYear: invalid nMinimumNumberOfDaysInWeek" ); + SAL_WARN( "tools", "Date::GetWeekOfYear: invalid nMinimumNumberOfDaysInWeek" ); nMinimumNumberOfDaysInWeek = 4; } diff --git a/tools/source/inet/inetstrm.cxx b/tools/source/inet/inetstrm.cxx index a525b57993fb..d787baaa7166 100644 --- a/tools/source/inet/inetstrm.cxx +++ b/tools/source/inet/inetstrm.cxx @@ -1671,7 +1671,7 @@ int INetMIMEMessageStream::PutMsgLine (const sal_Char *pData, sal_uIntPtr nSize) return status; } else { - SAL_INFO( "tools", "Boundary not found." ); + SAL_WARN( "tools", "Boundary not found." ); } status = INetMessageIOStream::PutMsgLine( pOldPos, pChar - pOldPos + 1 ); -- cgit