wsd/UserMessages.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1cc6f0b2cd0157d0777ee1cd8c11ca3566a6d866 Author: Andras Timar <andras.ti...@collabora.com> Date: Wed Jan 17 16:40:53 2018 +0100 These params are unsigned, Poco takes it seriously ([ERRFMT] was sent instead of number) Change-Id: Ie0bbf5c5f5fb96231baa5425b6a38dcbb614f61e Reviewed-on: https://gerrit.libreoffice.org/48064 Reviewed-by: Jan Holesovsky <ke...@collabora.com> Tested-by: Jan Holesovsky <ke...@collabora.com> diff --git a/wsd/UserMessages.hpp b/wsd/UserMessages.hpp index f792cb0d..9dad0d36 100644 --- a/wsd/UserMessages.hpp +++ b/wsd/UserMessages.hpp @@ -13,7 +13,7 @@ #define INCLUDED_USERMESSAGES_HPP constexpr auto SERVICE_UNAVAILABLE_INTERNAL_ERROR = "error: cmd=socket kind=serviceunavailable"; -constexpr auto PAYLOAD_UNAVAILABLE_LIMIT_REACHED = "error: cmd=socket kind=limitreached params=%d,%d"; +constexpr auto PAYLOAD_UNAVAILABLE_LIMIT_REACHED = "error: cmd=socket kind=limitreached params=%u,%u"; #endif _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits