From 95d017a9860ccb02140294a2bed069f85056b49c Mon Sep 17 00:00:00 2001 From: Hari Krishna Sunder Date: Sun, 23 Jun 2024 20:14:01 -0700 Subject: [PATCH] Remove then --- src/glog/vlog_is_on.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glog/vlog_is_on.h b/src/glog/vlog_is_on.h index 77de9c2..24cb814 100644 --- a/src/glog/vlog_is_on.h +++ b/src/glog/vlog_is_on.h @@ -104,7 +104,7 @@ namespace google { // This lets us dynamically control what is normally set by the --vmodule flag. // Returns the level that previously applied to module_pattern. // NOTE: To change the log level for VLOG(_IS_ON) sites that matched a prior -// --vmodule pattern then the exact pattern has to be supplied again. (If no +// --vmodule pattern the exact pattern has to be supplied again. (If no // --vmodule pattern applied to them before then the first matching pattern will // start to control them.) extern GLOG_EXPORT int SetVLOGLevel(const char* module_pattern, int log_level);