Chore: Mobile,Testing: Fix keychain warning (#10861)

pull/10863/head
Henry Heino 2024-08-12 07:34:36 -07:00 committed by GitHub
parent fb181cf935
commit c4ebb64fb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export default class KeychainService extends BaseService {
if (await driver.supported()) {
this.drivers_.push(driver);
} else {
logger.warn(`Driver unsupported:${driver.driverId}`);
logger.info(`Driver unsupported:${driver.driverId}`);
}
}
}