From 57869dae117d164f66c0c3cb75cb9c078e07c922 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Wed, 9 Mar 2022 10:52:14 +0000 Subject: [PATCH] Remove obsolete comment about loglevels The nonstandard loglevel equivalents have been removed, but I forgot to update this comment. Bug: webrtc:13362 Change-Id: Ifd604cfe53b9ee312d80179cc5e1bc6734ee6c29 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254261 Reviewed-by: Mirko Bonadei Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/main@{#36158} --- rtc_base/logging.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rtc_base/logging.h b/rtc_base/logging.h index eaa84e893a..8991f6f2b4 100644 --- a/rtc_base/logging.h +++ b/rtc_base/logging.h @@ -72,9 +72,7 @@ namespace rtc { ////////////////////////////////////////////////////////////////////// - -// Note that the non-standard LoggingSeverity aliases exist because they are -// still in broad use. The meanings of the levels are: +// The meanings of the levels are: // LS_VERBOSE: This level is for data which we do not want to appear in the // normal debug log, but should appear in diagnostic logs. // LS_INFO: Chatty level used in debugging for all sorts of things, the default