aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.cpp')
-rw-r--r--src/codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp
index 4b131cc2af..ce7cc4d4fc 100644
--- a/src/codegen.cpp
+++ b/src/codegen.cpp
@@ -9598,7 +9598,7 @@ void codegen_build_and_link(CodeGen *g) {
fprintf(stderr, "Unable to check cache: %s is not a directory\n",
buf_ptr(manifest_dir));
} else {
- fprintf(stderr, "Unable to check cache: %s\n", err_str(err));
+ fprintf(stderr, "Unable to check cache: %s: %s\n", buf_ptr(manifest_dir), err_str(err));
}
exit(1);
}