summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-12 10:00:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-12 10:09:26 +0100
commit0b8a989aceed4f719924410907ab69d2a0cab989 (patch)
tree4f5ce5b05181599475037512cec86edf7689ace4 /desktop
parent71c4a2b761885c2d5515e89fd5aedf7d1e8a249b (diff)
warn to info for something that isn't a surprise
Change-Id: I7427d2970d81d700f1ecc3e48c33ffb5a8045f2c
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/splash/unxsplash.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/splash/unxsplash.cxx b/desktop/source/splash/unxsplash.cxx
index cd08acc23a27..ba22c3ec44db 100644
--- a/desktop/source/splash/unxsplash.cxx
+++ b/desktop/source/splash/unxsplash.cxx
@@ -63,7 +63,7 @@ void SAL_CALL UnxSplashScreen::end()
void SAL_CALL UnxSplashScreen::reset()
throw ( uno::RuntimeException, std::exception )
{
- SAL_WARN("desktop.splash", "UNXSplashScreen::reset()");
+ SAL_INFO("desktop.splash", "UNXSplashScreen::reset()");
if( !m_pOutFd )
return;