[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jun 22 11:53:06 UTC 2020
wsd/LOOLWSD.cpp | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit f0ecb354471ed230abfe4c83af45cf18b817e758
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Jun 22 13:34:22 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Jun 22 13:52:47 2020 +0200
Bin spurious misleading output in the MOBILEAPP case
Change-Id: Ia731ac97174aa85842a156753bcd9e8a0fef9718
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96842
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 9a701f262..587c22160 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -3787,7 +3787,10 @@ int LOOLWSD::innerMain()
/// The main-poll does next to nothing:
SocketPoll mainWait("main");
+
+#if !MOBILEAPP
std::cerr << "Ready to accept connections on port " << ClientPortNumber << ".\n" << std::endl;
+#endif
// Reset the child-spawn timeout to the default, now that we're set.
ChildSpawnTimeoutMs = CHILD_TIMEOUT_MS;
More information about the Libreoffice-commits
mailing list