ucb/source/ucp/gio/gio_content.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1b4c832fd87a53f926ad0c0c9dc287af2dffbdcd Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Apr 5 16:55:29 2016 +0200 These are SAL_INFO, at best Change-Id: I2f4c34de154aa71db721dc30da29173d6c37709f diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx index d1f45e9..5073b9d 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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits