Kaydet (Commit) 925e2701 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

turn this nasty SAL_WARN into a SAL_INFO

Change-Id: I740c1ac683500a406539239f9e5bfe093be58e9b
üst 97c6d4b0
......@@ -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 );
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment