mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed unused format argument
This commit is contained in:
parent
daf4948b3d
commit
6e3eb76c79
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue