summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-16 23:21:15 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-17 23:27:44 +0100
commitd2c8003ecbf239faa5ed455cb3bfcb03e912e3cd (patch)
tree6ee21a2bfa5a60f00070aad44ca9674d53c14a3a /tools
parent2a566b17752869a2760f85bed5bf4f59ab0b8211 (diff)
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'tools')
-rw-r--r--tools/source/datetime/tdate.cxx2
-rw-r--r--tools/source/inet/inetstrm.cxx2
2 files changed, 2 insertions, 2 deletions
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 );