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 bddf1b8 commit c05dbaaCopy full SHA for c05dbaa
src/server/dfly_main.cc
@@ -552,8 +552,7 @@ void PrintBasicUsageInfo() {
552
553
void ParseFlagsFromEnv() {
554
if (getenv("DFLY_PASSWORD")) {
555
- LOG(FATAL)
556
- << "DFLY_PASSWORD environment variable is being deprecated in favour of DFLY_requirepass";
+ LOG(FATAL) << "DFLY_PASSWORD environment variable was deprecated in favor of DFLY_requirepass";
557
}
558
559
// Allowed environment variable names that can have
0 commit comments