From 1b4c832fd87a53f926ad0c0c9dc287af2dffbdcd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 5 Apr 2016 16:55:29 +0200 Subject: These are SAL_INFO, at best Change-Id: I2f4c34de154aa71db721dc30da29173d6c37709f --- ucb/source/ucp/gio/gio_content.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ucb') 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) -- cgit