Skip to content

Commit f461c05

Browse files
committed
s
1 parent b171b77 commit f461c05

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/QLoginWebview.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class QWebviewBrowser(val project: Project, private val parentDisposable: Dispos
280280
try {
281281
profiles = QRegionProfileManager.getInstance().listRegionProfiles(project).orEmpty()
282282
if (profiles.size == 1) {
283-
LOG.debug { "User only have access to 1 Q profile, auto-selecting profile ${profiles.first().profileName}" }
283+
LOG.debug { "User only have access to 1 Q profile, auto-selecting profile ${profiles.first().profileName} for ${project.name}" }
284284
QRegionProfileManager.getInstance().switchProfile(project, profiles.first(), QProfileSwitchIntent.Update)
285285
}
286286
} catch (e: Exception) {

0 commit comments

Comments
 (0)