Skip to content

Commit 9c2591d

Browse files
committed
fix: fix log message
1 parent 04fea57 commit 9c2591d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class DelegatedRoutingV1HttpApiClient implements DelegatedRoutingV1HttpAp
190190
} finally {
191191
signal.clear()
192192
onFinish.resolve()
193-
this.log('getProviders finished: %c, found %d providers', cid, found++)
193+
this.log('getProviders finished found %d providers for %c', found, cid)
194194
}
195195
}
196196

0 commit comments

Comments
 (0)