Skip to content

Commit 721bcf4

Browse files
author
xfc1939
committed
fix: build error
1 parent e0fbb6d commit 721bcf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flags.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ GLOG_DEFINE_string(
152152
"of the default logging directory.");
153153

154154
GLOG_DEFINE_wstring(
155-
log_wdir, L"",
155+
log_wdir, DefaultLogDir<wchar_t>(),
156156
L"If specified, logfiles are written into this directory instead "
157-
L"of the default logging directory.");
157+
"of the default logging directory.");
158158

159159
GLOG_DEFINE_string(log_link, "",
160160
"Put additional links to the log "

0 commit comments

Comments
 (0)