[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - desktop/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon May 18 06:44:35 UTC 2020


 desktop/source/lib/init.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4df38a31a10b3af4c40298cb1dcc270a2b7680a5
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Jan 29 16:25:25 2020 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon May 18 08:43:56 2020 +0200

    Log what UNO command we failed to dispatch
    
    Change-Id: I79ed68a1e271d44f8afd2858c979a66691233fc7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87688
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94222
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index c08baee81358..505ce91e8da5 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3826,7 +3826,7 @@ static void doc_postUnoCommand(LibreOfficeKitDocument* pThis, const char* pComma
 
     if (!bResult)
     {
-        SetLastExceptionMsg("Failed to dispatch the .uno: command");
+        SetLastExceptionMsg("Failed to dispatch " + aCommand);
     }
 }
 


More information about the Libreoffice-commits mailing list