Bug 1546045 - [mozdevice] Downgrade 'chmod external storage' warning to debug message; r=bc

Differential Revision: https://phabricator.services.mozilla.com/D28311

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Brown 2019-04-22 15:55:23 +00:00
parent cd1fcbc396
commit 9ac9cd5861

View File

@ -1818,7 +1818,7 @@ class ADBDevice(ADBCommand):
# External storage on Android is case-insensitive and permissionless
# therefore even with the proper privileges it is not possible
# to change modes.
self._logger.warning('Ignoring attempt to chmod external storage')
self._logger.debug('Ignoring attempt to chmod external storage')
return
# build up the command to be run based on capabilities.