summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-01-29 16:25:25 +0200
committerTor Lillqvist <tml@collabora.com>2020-02-03 09:51:53 +0100
commitf92e4bed51de1625bc8fba2d7a432420db6841d0 (patch)
tree23af13eca3e86cb93b519f25ffec4dbdfcccc044 /desktop
parent312a7d8173c2fe35c3c635f4046df8433abb68ad (diff)
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@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}
}