fix logging
This commit is contained in:
@@ -302,7 +302,7 @@ def release(cfg, args):
|
|||||||
rcpts = quarantine.release(args.quarantine_id, args.recipient)
|
rcpts = quarantine.release(args.quarantine_id, args.recipient)
|
||||||
rcpts = ", ".join(rcpts)
|
rcpts = ", ".join(rcpts)
|
||||||
logger.info(
|
logger.info(
|
||||||
f"{quarantine._storage.name}: released message with id "
|
f"{quarantine.cfg['name']}: released message with id "
|
||||||
f"{args.quarantine_id} for {rcpts}")
|
f"{args.quarantine_id} for {rcpts}")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user