wsd/LOOLWSD.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 843e74e533d9e161a9b7a92680103a25ac41447c
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Mon Oct 15 18:51:56 2018 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue Oct 16 01:02:00 2018 +0300

    Log what TerminationFlag is after the loop in innerMain()
    
    Change-Id: Ib53dc7d760a89a72b47f575ba2787d08cdcd29ec

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 8d2544e3d..1468d28c1 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -3010,6 +3010,7 @@ int LOOLWSD::innerMain()
 #endif
 #endif
     }
+    LOG_TRC("Loop finished. TerminationFlag=" << TerminationFlag);
 
 // No point in doing any orderly shutdown on mobile, we will never exit 
intentionally, the OS will
 // kill us.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to