summaryrefslogtreecommitdiffstats
path: root/src/parsers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsers.cc')
-rw-r--r--src/parsers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers.cc b/src/parsers.cc
index 82b7111..fed52cd 100644
--- a/src/parsers.cc
+++ b/src/parsers.cc
@@ -295,7 +295,7 @@ bool ManifestParser::Parse(const string& input, string* err) {
// XXX remove this hack, or make it more principled.
char cwd[1024];
if (!getcwd(cwd, sizeof(cwd))) {
- perror("getcwd");
+ perror("ninja: getcwd");
return 1;
}
value = cwd + value.substr(9);