| author | |
| committer | |
| log | b05b5649df341573c0a42de503ceb025c4129473 |
| tree | 41a1756d443aae17e3187187a941a294f27763f0 |
| parent | 04b32d6a8aa30cc894f3057581ffda28466e8ef2 |
| signature |
closes #24291 files changed, 1 insertions(+), 1 deletions(-)
src/codegen.cpp+1-1| ... | ... | @@ -9598,7 +9598,7 @@ void codegen_build_and_link(CodeGen *g) { |
| 9598 | 9598 | fprintf(stderr, "Unable to check cache: %s is not a directory\n", |
| 9599 | 9599 | buf_ptr(manifest_dir)); |
| 9600 | 9600 | } else { |
| 9601 | fprintf(stderr, "Unable to check cache: %s\n", err_str(err)); | |
| 9601 | fprintf(stderr, "Unable to check cache: %s: %s\n", buf_ptr(manifest_dir), err_str(err)); | |
| 9602 | 9602 | } |
| 9603 | 9603 | exit(1); |
| 9604 | 9604 | } |