remove db_name
This commit is contained in:
parent
81049aa360
commit
4d4fdd0da9
1 changed files with 1 additions and 2 deletions
|
@ -184,8 +184,7 @@ class SmtpdWatcher:
|
||||||
|
|
||||||
def _get_mail_user(self):
|
def _get_mail_user(self):
|
||||||
self._log.debug(
|
self._log.debug(
|
||||||
"Getting all mail users from database '%s'...",
|
"Getting all mail users from database..."
|
||||||
self.config['db_name']
|
|
||||||
)
|
)
|
||||||
mail_users = []
|
mail_users = []
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue