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.");