Skip to content

Commit

Permalink
fix:use default value
Browse files Browse the repository at this point in the history
  • Loading branch information
xfc1939 committed Jan 27, 2024
1 parent 03d39e5 commit e0fbb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ GLOG_DEFINE_string(
"of the default logging directory.");

GLOG_DEFINE_wstring(
log_wdir, DefaultLogDir<wchar_t>(),
log_wdir, L"",
L"If specified, logfiles are written into this directory instead "
L"of the default logging directory.");

Expand Down

0 comments on commit e0fbb6d

Please sign in to comment.