mirror of https://github.com/grpc/grpc-go.git
fix typo in the binary log (#5467)
Signed-off-by: kennylong <im.longkai@gmail.com>
This commit is contained in:
parent
15739b5c88
commit
755bf5a191
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue