From a59bde3f54633aadc858df58a0803f18044d5bcc Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 May 2022 22:39:05 +0800 Subject: connect and disconnect distcc --- xmake/modules/private/service/server.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/private/service/server.lua') diff --git a/xmake/modules/private/service/server.lua b/xmake/modules/private/service/server.lua index a3971899a..204d6e70e 100644 --- a/xmake/modules/private/service/server.lua +++ b/xmake/modules/private/service/server.lua @@ -106,7 +106,7 @@ end -- verify user function server:verify_user(token, peeraddr) if not token then - return false, "client has no authorization, we need add username to connect address or token to `remote_build.token`!" + return false, "client has no authorization, we need add username to connect address or token!" end -- check authorization -- cgit v1.3.1