[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-0' - wsd/UserMessages.hpp

Andras Timar andras.timar at collabora.com
Thu Jan 18 12:52:39 UTC 2018


 wsd/UserMessages.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1cc6f0b2cd0157d0777ee1cd8c11ca3566a6d866
Author: Andras Timar <andras.timar at 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 <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at 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
 


More information about the Libreoffice-commits mailing list