Skip to content

Commit ff9d1c6

Browse files
Adjust log level to info for submodule initialization
1 parent 1ade622 commit ff9d1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlcipher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def generateAmalgamation = tasks.register("generateAmalgamation") {
101101
def amalgamationHeader = new File(sqlcipherDir.absolutePath, "sqlite3.h")
102102
doLast {
103103
if(!sqlcipherSubmodule.exists()) {
104-
log.withStyle(Style.Failure).println('SQLCipher submodule missing, initializing')
104+
log.withStyle(Style.Info).println('SQLCipher submodule missing, initializing')
105105
shellCmd(project.rootDir.absolutePath, "git", "submodule", "update", "--init")
106106
}
107107
log.withStyle(Style.Info).println('SQLCipher amalgamation not found, generating.')

0 commit comments

Comments
 (0)