summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2016-01-28 22:01:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-02-02 12:16:47 +0000
commit9bf2ca40890a56a8029f702f94fcaa79dc019469 (patch)
tree1c4b9a0e8507d6eb9f3000b2d9907887107cd944 /ucb
parentdeaeac9c9e96eecd120ac8e940c4ead14825e714 (diff)
Fix typo, change misleading warning message
Change-Id: I31537e9d73fa8a5d7c56efcc4832df041472ad5d Reviewed-on: https://gerrit.libreoffice.org/21891 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> (cherry picked from commit 80321c5f6bcd103439ae44777cfba1ca94a131d1) Reviewed-on: https://gerrit.libreoffice.org/21939 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/NeonSession.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx
index 5bce3651ff3e..40889feb4acc 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx
@@ -860,7 +860,7 @@ void NeonSession::PROPFIND( const OUString & inPath,
for(std::vector< OUString >::const_iterator it = inPropNames.begin();
it < inPropNames.end(); ++it)
{
- SAL_INFO( "ucb.ucp.webdav", "PROFIND - property requested: " << *it );
+ SAL_INFO( "ucb.ucp.webdav", "PROPFIND - property requested: " << *it );
}
} //debug
#endif
@@ -1565,7 +1565,7 @@ bool NeonSession::UNLOCK( NeonLock * pLock )
}
else
{
-#if defined SAL_LOG_WARN
+#if defined SAL_LOG_INFO
{
char * p = ne_uri_unparse( &(pLock->uri) );
SAL_INFO( "ucb.ucp.webdav", "UNLOCK (from store) - relative URL: <" << p << "> token: <" << pLock->token << "> failed!" );
@@ -1700,7 +1700,7 @@ void NeonSession::HandleError( int nError,
sal_uInt16 code = makeStatusCode( aText );
- SAL_WARN( "ucb.ucp.webdav", "Neon received http error: '" << aText << "'" );
+ SAL_WARN( "ucb.ucp.webdav", "Neon returned NE_ERROR, http response status code was: '" << aText << "'" );
if ( code == SC_LOCKED )
{
if ( m_aNeonLockStore.findByUri(