Skip to content

Commit 446cb82

Browse files
committed
adding testmatrixId to log
1 parent 6cb5cbc commit 446cb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/FirebaseTestLabController.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ internal class FirebaseTestLabController(
174174
)
175175
} catch (httpException: HttpException) {
176176
logger.error(httpException) {
177-
"FTL getTestMatrix call ran into issues"
177+
"FTL getTestMatrix call for $testMatrixId ran into issues"
178178
}
179179
if (httpException.code() == 404) {
180180
return null

0 commit comments

Comments
 (0)