fix typo
This commit is contained in:
parent
f349c7723f
commit
25c4c7f7c4
2
grpc.go
2
grpc.go
@ -713,7 +713,7 @@ func (g *grpcServer) Register() error {
|
||||
}
|
||||
|
||||
if logger.V(logger.DebugLevel, logger.DefaultLogger) {
|
||||
logger.Debug("Subscribing to topic: %s", sb.Topic())
|
||||
logger.Debugf("Subscribing to topic: %s", sb.Topic())
|
||||
}
|
||||
sub, err := config.Broker.Subscribe(sb.Topic(), handler, opts...)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user