Skip to content

Commit e327567

Browse files
committed
"Failed" -> "Could not" to make searching logs for compiler errors easier
1 parent 0d56c69 commit e327567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ val compositeProjectList = try {
4646
}
4747
}
4848
} catch (e: Throwable) {
49-
logger.error("Failed to load composite project paths from local.properties")
49+
logger.error("Could not load composite project paths from local.properties")
5050
listOf(file("../aws-crt-kotlin"))
5151
}
5252

0 commit comments

Comments
 (0)