diff --git a/keydive/adb/remote.py b/keydive/adb/remote.py index 582a3d4..b6ff458 100644 --- a/keydive/adb/remote.py +++ b/keydive/adb/remote.py @@ -234,7 +234,7 @@ class Remote: # Run the shell command to get the list of packages sp = shell(prompt) if sp[0]: - self.logger.error('Unable to list installed apps (Error: %s)', sp[0]) + self.logger.error('Unable to list installed apps (Error: %s)', sp[1]) return applications # Parse command output line-by-line