diff options
| author | ruki <[email protected]> | 2022-05-13 22:39:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-13 22:39:05 +0800 |
| commit | a59bde3f54633aadc858df58a0803f18044d5bcc (patch) | |
| tree | e23066f543b0b543752918da2e7342c670a6e0c0 /xmake/modules/private/service/server.lua | |
| parent | b89c0a712d8e6d6fe056723e8c88e223d4b6e0c3 (diff) | |
connect and disconnect distcc
Diffstat (limited to 'xmake/modules/private/service/server.lua')
| -rw-r--r-- | xmake/modules/private/service/server.lua | 2 |
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 |
