Skip to content

Commit cf4c29c

Browse files
committed
log
1 parent 22acbf8 commit cf4c29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/CodeWhispererFileContextProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class DefaultCodeWhispererFileContextProvider(private val project: Project) : Fi
140140
return@withTimeout supplementalContext?.let {
141141
if (it.contents.isNotEmpty()) {
142142
val logStr = buildString {
143-
append("Successfully fetched supplemental context.")
143+
append("Successfully fetched supplemental context with strategy ${it.strategy}.")
144144
it.contents.forEachIndexed { index, chunk ->
145145
append(
146146
"""

0 commit comments

Comments
 (0)