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

New commits:
commit 4bc3a13ba5c27026ea5625c45b2a8ae496efa7cd
Author:     gokaysatir <gokaysa...@gmail.com>
AuthorDate: Sun Apr 12 22:36:11 2020 +0300
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Mon Apr 13 17:26:18 2020 +0200

    print the OS version in the startup string
    
    Change-Id: Ief7d99b4d4db4f237fb48bbafbac20a989a001bf
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92091
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index dd1be52ba..7f67f2b10 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -3426,7 +3426,7 @@ int LOOLWSD::innerMain()
     {
         std::string version, hash;
         Util::getVersionInfo(version, hash);
-        LOG_INF("Loolwsd version details: " << version << " - " << hash << " - 
id " << HostIdentifier);
+        LOG_INF("Loolwsd version details: " << version << " - " << hash << " - 
id " << HostIdentifier << " - on " << Util::getLinuxVersion());
     }
 #endif
 #endif
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to