[Libreoffice-commits] core.git: sfx2/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 26 18:44:54 UTC 2021
sfx2/source/dialog/tabdlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b5af95a4d5c59094aa9fbdf35e49962f605f8dee
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed May 26 16:42:17 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed May 26 20:44:07 2021 +0200
log what page id is missing if this happens
Change-Id: Ie279350446ef1892d5bb145e58b9f0d9dba683f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116206
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 02c46e96ecb3..ee02cef34cae 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -530,7 +530,7 @@ IMPL_LINK(SfxTabDialogController, ActivatePageHdl, const OString&, rPage, void)
Data_Impl* pDataObject = Find(m_pImpl->aData, rPage);
if (!pDataObject)
{
- SAL_WARN("sfx.dialog", "Tab Page ID not known, this is pretty serious and needs investigation");
+ SAL_WARN("sfx.dialog", "Tab Page ID '" << rPage << "' not known, this is pretty serious and needs investigation");
return;
}
More information about the Libreoffice-commits
mailing list