From 40c0c2f143c6848a409d00ae4c59616ee42cef93 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Mon, 13 Oct 2025 17:45:07 +0200 Subject: [PATCH] update log --- backend/src/federation/authenticateCommunities.ts | 2 +- federation/src/graphql/api/1_0/util/authenticateCommunity.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/federation/authenticateCommunities.ts b/backend/src/federation/authenticateCommunities.ts index 3f4b769e8..340705437 100644 --- a/backend/src/federation/authenticateCommunities.ts +++ b/backend/src/federation/authenticateCommunities.ts @@ -61,7 +61,7 @@ export async function startCommunityAuthentication( // retry on timeout or failure if (!await stateLogic.isTimeoutUpdate()) { // authentication with community and api version is still in progress and it is not timeout yet - methodLogger.debug('existingState', new CommunityHandshakeStateLoggingView(existingState)) + methodLogger.debug('existingState, so we exit here', new CommunityHandshakeStateLoggingView(existingState)) return } } diff --git a/federation/src/graphql/api/1_0/util/authenticateCommunity.ts b/federation/src/graphql/api/1_0/util/authenticateCommunity.ts index 0c52dfb63..7abda623c 100644 --- a/federation/src/graphql/api/1_0/util/authenticateCommunity.ts +++ b/federation/src/graphql/api/1_0/util/authenticateCommunity.ts @@ -57,7 +57,7 @@ export async function startOpenConnectionCallback( // retry on timeout or failure if (!await stateLogic.isTimeoutUpdate()) { // authentication with community and api version is still in progress and it is not timeout yet - methodLogger.debug('existingState', new CommunityHandshakeStateLoggingView(pendingState)) + methodLogger.debug('existingState, so we exit here', new CommunityHandshakeStateLoggingView(pendingState)) return } }