summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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