Removed unused format argument

This commit is contained in:
Jochen Breuer 2017-09-06 13:16:10 +02:00
parent daf4948b3d
commit 6e3eb76c79
No known key found for this signature in database
GPG key ID: 29ACE79F4D5EEE69

View file

@ -887,7 +887,7 @@ class DaemonMixIn(six.with_metaclass(MixInMeta, object)):
except OSError as err:
self.info(
'PIDfile could not be deleted: {0}'.format(
self.config['pidfile'], traceback.format_exc(err)
self.config['pidfile']
)
)