diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-05 16:55:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-05 16:57:17 +0200 |
commit | 1b4c832fd87a53f926ad0c0c9dc287af2dffbdcd (patch) | |
tree | ae8e071d17a664cb8ec99b6e7da8eaaf637176d9 | |
parent | 1087ac3755da09f20a04f451a781f4fc8b53a680 (diff) |
These are SAL_INFO, at best
Change-Id: I2f4c34de154aa71db721dc30da29173d6c37709f
-rw-r--r-- | ucb/source/ucp/gio/gio_content.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx index d1f45e91e52d..5073b9da5d7e 100644 --- a/ucb/source/ucp/gio/gio_content.cxx +++ b/ucb/source/ucp/gio/gio_content.cxx @@ -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) |