mirror of
https://github.com/fergalmoran/picard.git
synced 2026-04-14 08:25:10 +00:00
_on_fpcalc_error(): add program & arguments in error message
This commit is contained in:
@@ -218,7 +218,10 @@ class AcoustIDClient(QtCore.QObject):
|
||||
try:
|
||||
self._running -= 1
|
||||
self._run_next_task()
|
||||
log.error("Fingerprint calculator failed error = %s (%r)", process.errorString(), error)
|
||||
log.error(
|
||||
"Fingerprint calculator failed error= %s (%r) program=%r arguments=%r",
|
||||
process.errorString(), error, process.program(), process.arguments()
|
||||
)
|
||||
finally:
|
||||
next_func(None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user