diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-06 12:31:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-06 12:31:23 +0200 |
commit | 3224f26cfed1963994db53172a70f332068ae41e (patch) | |
tree | 4e1dd7576a1392fb510aa866c0ee596e3c2300a5 /uui | |
parent | 4e182284510a5fc76c1343bfa432780dc4cd609d (diff) |
OSL_TRACE->SAL in unotools..uui
Change-Id: I7f391604401b8a10f5d451673ed6223c031c56ab
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl-authentication.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index 93a1ddca9dca..9e07550ee5db 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -160,7 +160,7 @@ void getRememberModes( bHasRememberModePersistent = true; break; default: - OSL_TRACE( "Unsupported RememberAuthentication value" ); + SAL_WARN( "uui", "Unsupported RememberAuthentication value" << rRememberModes[i] ); break; } } |