From 3b39ca9017d2fb02061c58282bfd9bb9b43dcbda Mon Sep 17 00:00:00 2001 From: Andrew Dunham Date: Thu, 30 Mar 2023 10:03:09 -0400 Subject: [PATCH] ipn/ipnlocal: update comment in SetComponentDebugLogging Signed-off-by: Andrew Dunham Change-Id: I8c36a62079dce77fc81b9cdfb5fe723b007218ba --- ipn/ipnlocal/local.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ipn/ipnlocal/local.go b/ipn/ipnlocal/local.go index 9a2429f6f..d5a105485 100644 --- a/ipn/ipnlocal/local.go +++ b/ipn/ipnlocal/local.go @@ -385,6 +385,7 @@ func componentStateKey(component string) ipn.StateKey { // The following components are recognized: // // - magicsock +// - sockstats func (b *LocalBackend) SetComponentDebugLogging(component string, until time.Time) error { b.mu.Lock() defer b.mu.Unlock()