ipn/ipnlocal: update comment in SetComponentDebugLogging
Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: I8c36a62079dce77fc81b9cdfb5fe723b007218bapull/7739/head
parent
e0d291ab8a
commit
3b39ca9017
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue