aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2017-06-22 13:19:26 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2017-06-22 13:45:36 +0200
commit221907a37121f7aacb227be22d9cd4f0928dfe39 (patch)
tree53e7f23e3b597b89ab70d848b6280ad3eb5d694b /src/main
parentfb67447f8d881a3a1ad9691e3234dd757d63a0cf (diff)
Make FakeCppCompileAction.LOG lowercase
RELNOTES: None. PiperOrigin-RevId: 159811352
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java b/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java
index d36af24a4a..70a9dd184d 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java
@@ -49,7 +49,7 @@ import java.util.logging.Logger;
@ThreadCompatible
public class FakeCppCompileAction extends CppCompileAction {
- private static final Logger LOG = Logger.getLogger(FakeCppCompileAction.class.getName());
+ private static final Logger log = Logger.getLogger(FakeCppCompileAction.class.getName());
public static final UUID GUID = UUID.fromString("8ab63589-be01-4a39-b770-b98ae8b03493");
@@ -134,7 +134,7 @@ public class FakeCppCompileAction extends CppCompileAction {
setModuleFileFlags();
// First, do a normal compilation, to generate the ".d" file. The generated object file is built
// to a temporary location (tempOutputFile) and ignored afterwards.
- LOG.info("Generating " + getDotdFile());
+ log.info("Generating " + getDotdFile());
CppCompileActionContext context = actionExecutionContext.getContext(actionContext);
CppCompileActionContext.Reply reply = null;
try {
@@ -197,7 +197,7 @@ public class FakeCppCompileAction extends CppCompileAction {
// Generate a fake ".o" file containing the command line needed to generate
// the real object file.
- LOG.info("Generating " + outputFile);
+ log.info("Generating " + outputFile);
// A cc_fake_binary rule generates fake .o files and a fake target file,
// which merely contain instructions on building the real target. We need to