summaryrefslogtreecommitdiff
path: root/xmake/modules/private/cache/build_cache.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-21 00:38:43 +0800
committerruki <[email protected]>2022-05-21 00:38:43 +0800
commitbbafe9a6f5fd1afc54a879ffa7cffe7cd3807eb8 (patch)
treedd38af02d035221de9e7a27810bf957b5cae7f9c /xmake/modules/private/cache/build_cache.lua
parent35fc3997493b41bbe6e3cc2c0d81326276724109 (diff)
fix logs
Diffstat (limited to 'xmake/modules/private/cache/build_cache.lua')
-rw-r--r--xmake/modules/private/cache/build_cache.lua2
1 files changed, 1 insertions, 1 deletions
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