aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/option_processor.cc
diff options
context:
space:
mode:
authorGravatar elenairina <elenairina@google.com>2017-08-18 13:22:44 +0200
committerGravatar Irina Iancu <elenairina@google.com>2017-08-18 13:34:30 +0200
commitabc69c33ef9fd3b58d74b3ff28713f99c639c2af (patch)
tree78acf9468f4db6d04a355ab7054acadb3c3dcf70 /src/main/cpp/option_processor.cc
parent619ca49e28b6b9d962802b6491675d22ee5984e2 (diff)
Automated rollback of commit 2f38404728a12840e416566b453e9cdebab5d859.
Fixes #3584 *** Reason for rollback *** Broke bazel_windows_test fails on windows. *** Original change description *** Propagate detected value of BAZEL_SH to --client_env. Also make debug_log available as soon as possible on startup. Also adds some extra debug logging. Also removes some msys-only code paths. Fixes #3498. Change-Id: I5b769f2c5a728106e5252869745ec79e555cbaf2 PiperOrigin-RevId: 165692468
Diffstat (limited to 'src/main/cpp/option_processor.cc')
-rw-r--r--src/main/cpp/option_processor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/cpp/option_processor.cc b/src/main/cpp/option_processor.cc
index 170103c3eb..325e8ce881 100644
--- a/src/main/cpp/option_processor.cc
+++ b/src/main/cpp/option_processor.cc
@@ -531,7 +531,6 @@ std::vector<std::string> OptionProcessor::GetBlazercAndEnvCommandArgs(
string env_str(*env);
if (IsValidEnvName(*env)) {
PreprocessEnvString(&env_str);
- debug_log("--client_env=%s", env_str.c_str());
result.push_back("--client_env=" + env_str);
}
}