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

New commits:
commit f92e4bed51de1625bc8fba2d7a432420db6841d0
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed Jan 29 16:25:25 2020 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Mon Feb 3 09:51:53 2020 +0100

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

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 0353e672210c..656d7d32a40f 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3760,7 +3760,7 @@ static void doc_postUnoCommand(LibreOfficeKitDocument* 
pThis, const char* pComma
 
     if (!bResult && gImpl)
     {
-        SetLastExceptionMsg("Failed to dispatch the .uno: command");
+        SetLastExceptionMsg("Failed to dispatch " + aCommand);
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to