mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
Add missing timeout option to logging statement
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
adf2eab263
commit
5db48f151b
@ -187,7 +187,7 @@ def wait_for_entry(connection, dn, timeout, attr=None, attrvalue='*',
|
||||
else:
|
||||
filterstr = "(objectclass=*)"
|
||||
log("Waiting up to %s seconds for replication (%s) %s %s",
|
||||
connection, dn, filterstr)
|
||||
timeout, connection, dn, filterstr)
|
||||
entry = []
|
||||
deadline = time.time() + timeout
|
||||
for i in itertools.count(start=1):
|
||||
|
Loading…
Reference in New Issue
Block a user