summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/project/policy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua
index 0647fa091..cd842d2b9 100644
--- a/xmake/core/project/policy.lua
+++ b/xmake/core/project/policy.lua
@@ -195,7 +195,7 @@ function policy.check(name, value)
for _, policy_value in ipairs(defined_policy.values) do
table.insert(values, tostring(policy_value))
end
- utils.warning("policy(%s): invalid value(%s)), please set value from {%s}.",
+ utils.warning("policy(%s): invalid value(%s), please set value from {%s}.",
name, value, table.concat(values, ", "))
end
end