mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fix text in a refcount trace log
This commit is contained in:
parent
439263d4e1
commit
c7980f664d
@ -525,7 +525,7 @@ export class Subchannel {
|
||||
ref() {
|
||||
trace(
|
||||
this.subchannelAddressString +
|
||||
' callRefcount ' +
|
||||
' refcount ' +
|
||||
this.refcount +
|
||||
' -> ' +
|
||||
(this.refcount + 1)
|
||||
@ -536,7 +536,7 @@ export class Subchannel {
|
||||
unref() {
|
||||
trace(
|
||||
this.subchannelAddressString +
|
||||
' callRefcount ' +
|
||||
' refcount ' +
|
||||
this.refcount +
|
||||
' -> ' +
|
||||
(this.refcount - 1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user