ipn/ipnlocal: update comment in SetComponentDebugLogging

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: I8c36a62079dce77fc81b9cdfb5fe723b007218ba
This commit is contained in:
Andrew Dunham 2023-03-30 10:03:09 -04:00
parent e0d291ab8a
commit 3b39ca9017
1 changed files with 1 additions and 0 deletions

View File

@ -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()