From bbafe9a6f5fd1afc54a879ffa7cffe7cd3807eb8 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 21 May 2022 00:38:43 +0800 Subject: fix logs --- xmake/modules/private/cache/build_cache.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/private/cache/build_cache.lua') diff --git a/xmake/modules/private/cache/build_cache.lua b/xmake/modules/private/cache/build_cache.lua index 9fd9ca460..62e3cae98 100644 --- a/xmake/modules/private/cache/build_cache.lua +++ b/xmake/modules/private/cache/build_cache.lua @@ -98,7 +98,7 @@ function dump_stats() vprint("cache hit: %d", hit_count) vprint("cache miss: %d", total_count - hit_count) vprint("new cached files: %d", newfiles_count) - vprint("preprocessor error: %d", preprocess_error_count) + vprint("preprocess failed: %d", preprocess_error_count) vprint("") end -- cgit v1.3.1