summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-03-29 11:08:59 +0800
committerGitHub <[email protected]>2022-03-29 11:08:59 +0800
commit19c15c660b214820b0513007a05d9ccee4a4e55e (patch)
treedcd14afcd7983be8cb433c99ee3abaa581c0117d
parentf21e4769f320e7b6405c6144df4646097b57d84b (diff)
Update install.lua
-rw-r--r--xmake/modules/private/action/require/impl/actions/install.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/actions/install.lua b/xmake/modules/private/action/require/impl/actions/install.lua
index 0013b002b..6e451b891 100644
--- a/xmake/modules/private/action/require/impl/actions/install.lua
+++ b/xmake/modules/private/action/require/impl/actions/install.lua
@@ -192,7 +192,7 @@ function _fix_paths_for_precompiled_package(package)
local_prefix = local_prefix .. path.sep()
end
else
- cprint("WARNING no package buildhash pattern found in artifacts remotedir: %s", remotedir)
+ wprint("no package buildhash pattern found in artifacts remotedir: %s", remotedir)
end
end