diff --git a/ppremake/ppremake.cxx b/ppremake/ppremake.cxx index cdf71e1afc..5b1240989c 100644 --- a/ppremake/ppremake.cxx +++ b/ppremake/ppremake.cxx @@ -477,7 +477,7 @@ main(int argc, char *argv[]) { } if (errors_occurred) { - cerr << "Errors occurred during processing.\n"; + cerr << "Errors occurred during ppremake.\n"; return (1); } else {