Skip to content

Commit 494a7b0

Browse files
authored
diag - more debug use for microsoft#210568 (microsoft#210724)
1 parent 5851fe3 commit 494a7b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatSessionServiceImpl.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,13 @@ export class InlineChatSessionServiceImpl implements IInlineChatSessionService {
360360

361361
if (otherEditorAgent) {
362362
bridgeStore.clear();
363-
_logService.info(`REMOVED bridge agent "${agentData.id}", found "${otherEditorAgent.id}"`);
363+
_logService.debug(`REMOVED bridge agent "${agentData.id}", found "${otherEditorAgent.id}"`);
364364

365365
} else if (!myEditorAgent) {
366366
bridgeStore.value = this._chatAgentService.registerDynamicAgent(agentData, this._instaService.createInstance(BridgeAgent, agentData, this._sessions, data => {
367367
this._lastResponsesFromBridgeAgent.set(data.id, data.response);
368368
}));
369-
_logService.info(`ADDED bridge agent "${agentData.id}"`);
369+
_logService.debug(`ADDED bridge agent "${agentData.id}"`);
370370
}
371371
};
372372

0 commit comments

Comments
 (0)