Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xfc1939 committed Jan 27, 2024
1 parent e0fbb6d commit 721bcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ GLOG_DEFINE_string(
"of the default logging directory.");

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

GLOG_DEFINE_string(log_link, "",
"Put additional links to the log "
Expand Down

0 comments on commit 721bcf4

Please sign in to comment.