Skip to content

Commit c05dbaa

Browse files
committed
chore: comments
1 parent bddf1b8 commit c05dbaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/server/dfly_main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,7 @@ void PrintBasicUsageInfo() {
552552

553553
void ParseFlagsFromEnv() {
554554
if (getenv("DFLY_PASSWORD")) {
555-
LOG(FATAL)
556-
<< "DFLY_PASSWORD environment variable is being deprecated in favour of DFLY_requirepass";
555+
LOG(FATAL) << "DFLY_PASSWORD environment variable was deprecated in favor of DFLY_requirepass";
557556
}
558557

559558
// Allowed environment variable names that can have

0 commit comments

Comments
 (0)