[Libreoffice-commits] online.git: loolwsd/LOOLKit.cpp

Michael Meeks michael.meeks at collabora.com
Mon Apr 4 04:02:18 UTC 2016


 loolwsd/LOOLKit.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4d2cd2fff3d22de1c28b3dc0babef61bdf86af95
Author: Michael Meeks <michael.meeks at 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 <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at 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;
         }
     }


More information about the Libreoffice-commits mailing list