[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp
gokaysatir (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 13 15:26:37 UTC 2020
wsd/LOOLWSD.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4bc3a13ba5c27026ea5625c45b2a8ae496efa7cd
Author: gokaysatir <gokaysatir at gmail.com>
AuthorDate: Sun Apr 12 22:36:11 2020 +0300
Commit: Michael Meeks <michael.meeks at 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Michael Meeks <michael.meeks at 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
More information about the Libreoffice-commits
mailing list