logtail: fix typo in comment
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
@ -121,7 +121,7 @@ type Logger struct {
|
|||||||
explainedRaw bool
|
explainedRaw bool
|
||||||
|
|
||||||
shutdownStart chan struct{} // closed when shutdown begins
|
shutdownStart chan struct{} // closed when shutdown begins
|
||||||
shutdownDone chan struct{} // closd when shutdown complete
|
shutdownDone chan struct{} // closed when shutdown complete
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetVerbosityLevel controls the verbosity level that should be
|
// SetVerbosityLevel controls the verbosity level that should be
|
||||||
|
Reference in New Issue
Block a user