These are SAL_INFO, at best

Change-Id: I2f4c34de154aa71db721dc30da29173d6c37709f
This commit is contained in:
Stephan Bergmann
2016-04-05 16:55:29 +02:00
parent 1087ac3755
commit 1b4c832fd8

View File

@@ -685,7 +685,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
for ( sal_Int32 n = 0; n < nCount; ++n )
{
const beans::PropertyValue& rValue = pValues[ n ];
SAL_WARN("ucb.ucp.gio", "Set prop '" << rValue.Name << "'");
SAL_INFO("ucb.ucp.gio", "Set prop '" << rValue.Name << "'");
if ( rValue.Name == "ContentType" ||
rValue.Name == "MediaType" ||
rValue.Name == "IsDocument" ||
@@ -721,7 +721,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
if (!newName || !oldName || strcmp(newName, oldName))
{
SAL_WARN("ucb.ucp.gio", "Set new name to '" << newName << "'");
SAL_INFO("ucb.ucp.gio", "Set new name to '" << newName << "'");
aEvent.PropertyName = "Title";
if (oldName)