fix stderr logging message

This commit is contained in:
hyugogirubato
2025-06-14 12:00:21 +02:00
parent a888e94962
commit f8fc234f05
+1 -1
View File
@@ -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