diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-12 10:00:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-12 10:09:26 +0100 |
commit | 0b8a989aceed4f719924410907ab69d2a0cab989 (patch) | |
tree | 4f5ce5b05181599475037512cec86edf7689ace4 /desktop/source/splash | |
parent | 71c4a2b761885c2d5515e89fd5aedf7d1e8a249b (diff) |
warn to info for something that isn't a surprise
Change-Id: I7427d2970d81d700f1ecc3e48c33ffb5a8045f2c
Diffstat (limited to 'desktop/source/splash')
-rw-r--r-- | desktop/source/splash/unxsplash.cxx | 2 |
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; |