[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp
Henry Castro
hcastro at collabora.com
Wed Sep 13 20:59:20 UTC 2017
wsd/LOOLWSD.cpp | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 2556c2b4418de502a69fac4a2b3267eae91a4c41
Author: Henry Castro <hcastro at collabora.com>
Date: Wed Sep 13 17:02:26 2017 -0400
wsd: debug: log when the wsd is ready to accept connections
Change-Id: I56ea17af47bc85f30e74f5e93b94e0f3f3d95be4
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index c2a452c7..5bcb1613 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -2616,6 +2616,9 @@ int LOOLWSD::innerMain()
/// The main-poll does next to nothing:
SocketPoll mainWait("main");
+#if ENABLE_DEBUG
+ std::cerr << "Ready to accept connections.\n" << std::endl;
+#endif
const auto startStamp = std::chrono::steady_clock::now();
More information about the Libreoffice-commits
mailing list