CEO notifies of it's connect attempt (since if LDAP is being sad then CEO hangs without any indication of why)

This commit is contained in:
Nick Guenther 2008-06-02 20:17:27 -04:00
parent 32004be45f
commit 943079fb68
1 changed files with 2 additions and 0 deletions

View File

@ -6,7 +6,9 @@ from ceo import ldapi, members
def start():
try:
print "Connecting to LDAP...",
members.connect(AuthCallback())
print "connected"
if len(sys.argv) == 1:
ceo.urwid.main.start()