From 275cc625f6943f38dd03e1d0d1812efaa2f0b0f2 Mon Sep 17 00:00:00 2001 From: M Samoila Date: Wed, 22 Dec 2021 13:45:35 -0800 Subject: [PATCH] Modify the description for log_year_in_prefix. --- src/logging.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logging.cc b/src/logging.cc index 602afba4e..c0c79ba44 100644 --- a/src/logging.cc +++ b/src/logging.cc @@ -145,7 +145,7 @@ GLOG_DEFINE_string(alsologtoemail, "", GLOG_DEFINE_bool(log_prefix, true, "Prepend the log prefix to the start of each log line"); GLOG_DEFINE_bool(log_year_in_prefix, true, - "The year should be included in the log prefix"); + "Include the year in the log prefix"); GLOG_DEFINE_int32(minloglevel, 0, "Messages logged at a lower level than this don't " "actually get logged anywhere"); GLOG_DEFINE_int32(logbuflevel, 0,