loolwsd/LOKitHelper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a820ec382b5c777118d1d18f326c01784b13331b Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk> Date: Sun May 8 09:04:25 2016 -0400 loolwsd: remove extra space between 'status: ' and the message Change-Id: I122931f3aba2cf02f382f41531e01cb9f3eb7968 Reviewed-on: https://gerrit.libreoffice.org/24762 Reviewed-by: Ashod Nakashian <ashnak...@gmail.com> Tested-by: Ashod Nakashian <ashnak...@gmail.com> diff --git a/loolwsd/LOKitHelper.hpp b/loolwsd/LOKitHelper.hpp index e621e67..62d89e9 100644 --- a/loolwsd/LOKitHelper.hpp +++ b/loolwsd/LOKitHelper.hpp @@ -103,7 +103,7 @@ namespace LOKitHelper const auto parts = loKitDocument->pClass->getParts(loKitDocument); std::ostringstream oss; - oss << " type=" << documentTypeToString(type) + oss << "type=" << documentTypeToString(type) << " parts=" << parts << " current=" << loKitDocument->pClass->getPart(loKitDocument); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits