diff --git a/Makefile b/Makefile index 8ff45d0bf4c..e447f6549b1 100644 --- a/Makefile +++ b/Makefile @@ -1444,7 +1444,7 @@ ifneq ("","$(wildcard tools/clang-format/node_modules/)") $(CLANG_FORMAT_START) -- \ $(LINT_CPP_FILES) else - $(info clang-format is not installed.) + $(info Required tooling for C++ code formatting is not installed.) $(info To install (requires internet access) run: $$ make format-cpp-build) endif