diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-22 10:35:33 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-22 13:57:32 +0200 |
commit | 925e27014e31c83d26df90347301bb84c6c29cb8 (patch) | |
tree | d47fd4649f0e61be7d83f4dc3cafd7b58c33200d | |
parent | 97c6d4b050279699d88b6ef3df70b69b00eec945 (diff) |
turn this nasty SAL_WARN into a SAL_INFO
Change-Id: I740c1ac683500a406539239f9e5bfe093be58e9b
-rw-r--r-- | chart2/source/model/main/ChartModel_Persistence.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/ChartModel_Persistence.cxx b/chart2/source/model/main/ChartModel_Persistence.cxx index 2984fdb8c944..20753bfef762 100644 --- a/chart2/source/model/main/ChartModel_Persistence.cxx +++ b/chart2/source/model/main/ChartModel_Persistence.cxx @@ -172,7 +172,7 @@ Reference< document::XFilter > ChartModel::impl_createFilter( xFilter.set( m_xContext->getServiceManager()->createInstanceWithContext( aFilterServiceName, m_xContext ), uno::UNO_QUERY_THROW ); - SAL_WARN("chart2", "Filter found for service " << aFilterServiceName ); + SAL_INFO("chart2", "Filter found for service " << aFilterServiceName ); } } } |