Skip to content

Commit

Permalink
Update MadApkInfoEndpoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JabLuszko authored Sep 21, 2024
1 parent 3ddf47b commit 51e677b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MadApkInfoEndpoint(AbstractMitmReceiverRootEndpoint):

# TODO: Auth/preprocessing for autoconfig?
async def get(self):
logger.warning("Device {} checking package {} (arch: {}) version", self.request.headers["origin"],
logger.info("Device {} checking package {} (arch: {}) version", self.request.headers["origin"],
self.request.match_info.get('apk_type'), self.request.match_info.get('apk_arch'))
parsed = self._parse_frontend()
if type(parsed) == web.Response:
Expand Down

0 comments on commit 51e677b

Please sign in to comment.