From 19c15c660b214820b0513007a05d9ccee4a4e55e Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 29 Mar 2022 11:08:59 +0800 Subject: Update install.lua --- xmake/modules/private/action/require/impl/actions/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1