Skip to content

Commit 76a6e2f

Browse files
committed
Review comments
1 parent 74e6c34 commit 76a6e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-native-execution/presto_cpp/main/common/ConfigReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void extractValueIfEnvironmentVariable(std::string& value) {
3232
if (envVal != nullptr) {
3333
if (strlen(envVal) == 0) {
3434
LOG(WARNING) << fmt::format(
35-
"Config environment variable {} was empty.", envName);
35+
"Config environment variable {} is empty.", envName);
3636
}
3737
value = std::string(envVal);
3838
}

0 commit comments

Comments
 (0)