change log

This commit is contained in:
edip 2019-05-13 12:15:28 +03:00
parent 32e92028aa
commit 908d19d9d1

View file

@ -96,7 +96,7 @@ class Registration:
self.install_and_config_ldap(reg_reply) self.install_and_config_ldap(reg_reply)
except Exception as e: except Exception as e:
self.logger.error('Registartion error. Error Message: {0}.'.format(str(e))) self.logger.error('Registration error. Error Message: {0}.'.format(str(e)))
print(e) print(e)
raise raise