[Libreoffice-commits] core.git: sfx2/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 8 16:18:24 UTC 2020
sfx2/source/view/viewsh.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2b196f3bb75dc8bea0f70b842b829394a7e0c097
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Jul 8 12:26:06 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Jul 8 18:17:30 2020 +0200
SAL_WARN->SAL_INFO to prevent spamming the unit test logs
Change-Id: I0c4f530f86e1e20f7fc42a1dff4499cc57c45bbb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98366
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 603ecc53e9fb..00a10e62a3c6 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -1483,7 +1483,7 @@ void SfxViewShell::libreOfficeKitViewCallback(int nType, const char* pPayload) c
if (pImpl->m_pLibreOfficeKitViewCallback)
pImpl->m_pLibreOfficeKitViewCallback(nType, pPayload, pImpl->m_pLibreOfficeKitViewData);
else
- SAL_WARN(
+ SAL_INFO(
"sfx.view",
"SfxViewShell::libreOfficeKitViewCallback no callback set! Dropped payload of type "
<< lokCallbackTypeToString(nType) << ": [" << pPayload << ']');
More information about the Libreoffice-commits
mailing list