From e0fbb6dd1d7cd68f6df5100c769045f086c1da1b Mon Sep 17 00:00:00 2001 From: xfc1939 Date: Sat, 27 Jan 2024 21:35:12 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Ause=20default=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/flags.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flags.cc b/src/flags.cc index 016c6f967..83a600792 100644 --- a/src/flags.cc +++ b/src/flags.cc @@ -152,7 +152,7 @@ GLOG_DEFINE_string( "of the default logging directory."); GLOG_DEFINE_wstring( - log_wdir, DefaultLogDir(), + log_wdir, L"", L"If specified, logfiles are written into this directory instead " L"of the default logging directory.");