mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Save exception so it can be passed along.
This commit is contained in:
parent
918ceca087
commit
490ae68e29
@ -297,7 +297,7 @@ class Service:
|
||||
|
||||
try:
|
||||
conn.add_s(entry)
|
||||
except ldap.ALREADY_EXISTS:
|
||||
except ldap.ALREADY_EXISTS, e:
|
||||
logging.critical("failed to add %s Service startup entry" % name)
|
||||
raise e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user