| ... | @@ -9598,7 +9598,7 @@ void codegen_build_and_link(CodeGen *g) { | ... | @@ -9598,7 +9598,7 @@ void codegen_build_and_link(CodeGen *g) { |
| 9598 | fprintf(stderr, "Unable to check cache: %s is not a directory\n", | 9598 | fprintf(stderr, "Unable to check cache: %s is not a directory\n", |
| 9599 | buf_ptr(manifest_dir)); | 9599 | buf_ptr(manifest_dir)); |
| 9600 | } else { | 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 | exit(1); | 9603 | exit(1); |
| 9604 | } | 9604 | } |