commit | 1d35ca03b8a1c431937a9be74a9efedc15b5707a | [log] [tgz] |
---|---|---|
author | Dan Fabulich <DanFabulich@gmail.com> | Thu Jul 05 16:08:06 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Jul 05 16:10:02 2018 -0700 |
tree | f1f0c20ac99ec54c450de0d238d5213758c4cbe0 | |
parent | 2b62182c9854321396d7d287e8b645261d9cda82 [diff] [blame] |
Replace instances of Blaze with Bazel. PiperOrigin-RevId: 203300374 Change-Id: Iaa47f870ab2e0cad40a202aad2c7f9430f73c856 PiperOrigin-RevId: 203407392
diff --git a/src/main/java/com/google/devtools/build/lib/buildtool/ExecutionTool.java b/src/main/java/com/google/devtools/build/lib/buildtool/ExecutionTool.java index be502c6..2e61ef8 100644 --- a/src/main/java/com/google/devtools/build/lib/buildtool/ExecutionTool.java +++ b/src/main/java/com/google/devtools/build/lib/buildtool/ExecutionTool.java
@@ -587,8 +587,10 @@ // caches. LoggingUtil.logToRemote(Level.WARNING, "Failed to initialize action cache: " + e.getMessage(), e); - throw new LocalEnvironmentException("couldn't create action cache: " + e.getMessage() - + ". If error persists, use 'blaze clean'"); + throw new LocalEnvironmentException( + "couldn't create action cache: " + + e.getMessage() + + ". If error persists, use 'bazel clean'"); } }