summaryrefslogtreecommitdiff
path: root/xmake/modules/private/service/server.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-13 22:39:05 +0800
committerruki <[email protected]>2022-05-13 22:39:05 +0800
commita59bde3f54633aadc858df58a0803f18044d5bcc (patch)
treee23066f543b0b543752918da2e7342c670a6e0c0 /xmake/modules/private/service/server.lua
parentb89c0a712d8e6d6fe056723e8c88e223d4b6e0c3 (diff)
connect and disconnect distcc
Diffstat (limited to 'xmake/modules/private/service/server.lua')
-rw-r--r--xmake/modules/private/service/server.lua2
1 files changed, 1 insertions, 1 deletions
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