[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 15 22:03:09 UTC 2018
wsd/LOOLWSD.cpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 843e74e533d9e161a9b7a92680103a25ac41447c
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Oct 15 18:51:56 2018 +0300
Commit: Tor Lillqvist <tml at 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.
More information about the Libreoffice-commits
mailing list