fix typo in the binary log (#5467)

Signed-off-by: kennylong <im.longkai@gmail.com>
This commit is contained in:
kennylong 2022-06-25 06:38:14 +08:00 committed by GitHub
parent 15739b5c88
commit 755bf5a191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -42,14 +42,14 @@ var binLogger Logger
var grpclogLogger = grpclog.Component("binarylog")
// SetLogger sets the binarg logger.
// SetLogger sets the binary logger.
//
// Only call this at init time.
func SetLogger(l Logger) {
binLogger = l
}
// GetLogger gets the binarg logger.
// GetLogger gets the binary logger.
//
// Only call this at init time.
func GetLogger() Logger {