summaryrefslogtreecommitdiff
path: root/xmake/core/base/deprecated.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-03 22:37:30 +0800
committerruki <[email protected]>2019-01-03 09:45:01 +0800
commit21539005098febb08e7331e14cae59639c9a21fc (patch)
tree96b6eb1301a0cbae2fe532752bdc40b759994b41 /xmake/core/base/deprecated.lua
parent22a3a1c21f41205fa5ea71a4fd0a0d9caa2b8963 (diff)
improve theme name
Diffstat (limited to 'xmake/core/base/deprecated.lua')
-rw-r--r--xmake/core/base/deprecated.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/base/deprecated.lua b/xmake/core/base/deprecated.lua
index 1c850ed89..bcc2f3144 100644
--- a/xmake/core/base/deprecated.lua
+++ b/xmake/core/base/deprecated.lua
@@ -61,11 +61,11 @@ function deprecated.dump()
end
-- trace
- utils.cprint("${color.warning}deprecated: ${clear}please uses %s instead of %s", new, old)
+ utils.cprint("${color.warning.bright}deprecated: ${clear}please uses %s instead of %s", new, old)
-- too much?
if index > 6 and not option.get("verbose") then
- utils.cprint("${color.warning}deprecated: ${clear}add -v for getting more ..")
+ utils.cprint("${color.warning.bright}deprecated: ${clear}add -v for getting more ..")
break
end