summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-22 10:35:33 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-22 13:57:32 +0200
commit925e27014e31c83d26df90347301bb84c6c29cb8 (patch)
treed47fd4649f0e61be7d83f4dc3cafd7b58c33200d /chart2
parent97c6d4b050279699d88b6ef3df70b69b00eec945 (diff)
turn this nasty SAL_WARN into a SAL_INFO
Change-Id: I740c1ac683500a406539239f9e5bfe093be58e9b
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/model/main/ChartModel_Persistence.cxx2
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 );
}
}
}