mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
samba-tool ldapcmp: fix a typo
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
ffaa2849e5
commit
4b4f4e0f4f
@ -462,7 +462,7 @@ class LDAPObject(object):
|
||||
|
||||
def log(self, msg):
|
||||
"""
|
||||
Log on the screen if there is no --quiet oprion set
|
||||
Log on the screen if there is no --quiet option set
|
||||
"""
|
||||
if not self.quiet:
|
||||
self.outf.write(msg+"\n")
|
||||
@ -679,7 +679,7 @@ class LDAPBundel(object):
|
||||
|
||||
def log(self, msg):
|
||||
"""
|
||||
Log on the screen if there is no --quiet oprion set
|
||||
Log on the screen if there is no --quiet option set
|
||||
"""
|
||||
if not self.quiet:
|
||||
self.outf.write(msg+"\n")
|
||||
|
Loading…
Reference in New Issue
Block a user