From 1b873aa2e49df7030898288aaa7a931371d8e858 Mon Sep 17 00:00:00 2001 From: xiaofucheng Date: Sun, 28 Jan 2024 00:12:06 +0800 Subject: [PATCH] fix: build error --- src/flags.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flags.cc b/src/flags.cc index 83a600792..e96ab3f08 100644 --- a/src/flags.cc +++ b/src/flags.cc @@ -152,9 +152,9 @@ GLOG_DEFINE_string( "of the default logging directory."); GLOG_DEFINE_wstring( - log_wdir, L"", + log_wdir, DefaultLogDir(), 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 "