loolwsd/LOOLKit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4d2cd2fff3d22de1c28b3dc0babef61bdf86af95 Author: Michael Meeks <michael.me...@collabora.com> Date: Fri Apr 1 23:19:15 2016 +0100 More helpful exception debug. Change-Id: Ibc76f20ba0ff9e015632bff2b7f049d40d49064b Reviewed-on: https://gerrit.libreoffice.org/23772 Reviewed-by: Ashod Nakashian <ashnak...@gmail.com> Tested-by: Ashod Nakashian <ashnak...@gmail.com> diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp index 848dbf8..620a40b 100644 --- a/loolwsd/LOOLKit.cpp +++ b/loolwsd/LOOLKit.cpp @@ -447,7 +447,7 @@ public: } catch (const std::exception& ex) { - Log::error("Exception while creating session [" + sessionId + "] on url [" + _url + "]."); + Log::error("Exception while creating session [" + sessionId + "] on url [" + _url + "] - '" + ex.what() + "'."); return false; } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits