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

New commits:
commit f0ecb354471ed230abfe4c83af45cf18b817e758
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Mon Jun 22 13:34:22 2020 +0300
Commit:     Tor Lillqvist <t...@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 <jenkinscollaboraoff...@gmail.com>
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to