update log

This commit is contained in:
einhornimmond 2025-10-13 17:45:07 +02:00
parent 29363a0f09
commit 40c0c2f143
2 changed files with 2 additions and 2 deletions

View File

@ -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
}
}

View File

@ -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
}
}