We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e6c34 commit 76a6e2fCopy full SHA for 76a6e2f
presto-native-execution/presto_cpp/main/common/ConfigReader.cpp
@@ -32,7 +32,7 @@ void extractValueIfEnvironmentVariable(std::string& value) {
32
if (envVal != nullptr) {
33
if (strlen(envVal) == 0) {
34
LOG(WARNING) << fmt::format(
35
- "Config environment variable {} was empty.", envName);
+ "Config environment variable {} is empty.", envName);
36
}
37
value = std::string(envVal);
38
0 commit comments