summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d926b9ccb..0da31c995 100644
--- a/xmake/modules/private/service/server.lua
+++ b/xmake/modules/private/service/server.lua
@@ -92,7 +92,7 @@ end
-- verify user
function server:verify_user(auth)
if not auth then
- return false, "client has no authorization, this remote server need user authorization!"
+ return false, "client has no authorization, we need add user name to `remote_build.client.connect`!"
end
-- check authorization