diff options
| author | ruki <[email protected]> | 2022-05-21 00:38:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-21 00:38:43 +0800 |
| commit | bbafe9a6f5fd1afc54a879ffa7cffe7cd3807eb8 (patch) | |
| tree | dd38af02d035221de9e7a27810bf957b5cae7f9c /xmake/modules | |
| parent | 35fc3997493b41bbe6e3cc2c0d81326276724109 (diff) | |
fix logs
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/private/cache/build_cache.lua | 2 |
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 |
